]> xenbits.xensource.com Git - seabios.git/commitdiff
Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 20 Feb 2012 14:33:23 +0000 (09:33 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 20 Feb 2012 14:33:23 +0000 (09:33 -0500)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
tools/gen-offsets.sh

index 99fdc53ccdb133f85f83f64cee7e8139d2255bab..73dede82b86da25cba0abbcf86039490c21e90cc 100755 (executable)
@@ -1,4 +1,4 @@
-:
+#!/bin/sh
 # Extract definitions from an assembler file.  This is based on code
 # from the Linux Kernel.
 INFILE=$1