From: Kevin O'Connor Date: Mon, 20 Feb 2012 14:33:23 +0000 (-0500) Subject: Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh. X-Git-Tag: rel-1.6.3.2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b918ac965b79f363779511a17f7de6c2536ebb6c;p=seabios.git Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh. Signed-off-by: Kevin O'Connor --- diff --git a/tools/gen-offsets.sh b/tools/gen-offsets.sh index 99fdc53..73dede8 100755 --- a/tools/gen-offsets.sh +++ b/tools/gen-offsets.sh @@ -1,4 +1,4 @@ -: +#!/bin/sh # Extract definitions from an assembler file. This is based on code # from the Linux Kernel. INFILE=$1