From b918ac965b79f363779511a17f7de6c2536ebb6c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 20 Feb 2012 09:33:23 -0500 Subject: Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh. Signed-off-by: Kevin O'Connor --- tools/gen-offsets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1