summaryrefslogtreecommitdiff
path: root/build-aux/pmccabe2html
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-11-02 11:55:14 +0100
committerSimon Josefsson <simon@josefsson.org>2009-11-02 11:55:14 +0100
commitc9fed5f857a8a6bcce5e276920fd64c43bc5c668 (patch)
tree94253b76aa4fac146e0a3bb192c13fc6368e7917 /build-aux/pmccabe2html
parent77a9c05de878d2f3efd2c4612ab2b64cc94ee0b7 (diff)
downloadgnulib-c9fed5f857a8a6bcce5e276920fd64c43bc5c668.tar.gz
pmccabe2html: Don't hard code awk path.
Diffstat (limited to 'build-aux/pmccabe2html')
-rwxr-xr-xbuild-aux/pmccabe2html5
1 files changed, 3 insertions, 2 deletions
diff --git a/build-aux/pmccabe2html b/build-aux/pmccabe2html
index 27bb8f3539..bc0f6e80b9 100755
--- a/build-aux/pmccabe2html
+++ b/build-aux/pmccabe2html
@@ -1,7 +1,8 @@
-#!/usr/bin/awk -f
+#!/bin/sh
+exec awk -f "$0" "$@"
# pmccabe2html - pmccabe to html converter
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by