aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-02-20 09:33:23 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-03-05 18:41:52 -0500
commitb918ac965b79f363779511a17f7de6c2536ebb6c (patch)
treef1c3c4430af033c46291379d64a3c116349e61f9
parent982c6f9bac307e47e613d3174f2db52cc3185574 (diff)
downloadseabios-b918ac965b79f363779511a17f7de6c2536ebb6c.zip
seabios-b918ac965b79f363779511a17f7de6c2536ebb6c.tar.gz
seabios-b918ac965b79f363779511a17f7de6c2536ebb6c.tar.bz2
Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rwxr-xr-xtools/gen-offsets.sh2
1 files changed, 1 insertions, 1 deletions
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