Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2012-02-20 09:33:23 -05:00
parent 982c6f9bac
commit b918ac965b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
:
#!/bin/sh
# Extract definitions from an assembler file. This is based on code
# from the Linux Kernel.
INFILE=$1