]> git.dolda2000.com Git - utils.git/commitdiff
sztest: Use bash specifically.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 13 Jan 2011 08:09:04 +0000 (09:09 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 13 Jan 2011 08:09:04 +0000 (09:09 +0100)
sztest

diff --git a/sztest b/sztest
index 239397121cc23eff36a5764ab02a2825303f901a..f309178d2315ff603925552d3444540b1058df26 100755 (executable)
--- a/sztest
+++ b/sztest
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 if [ $# -lt 1 ]; then
     echo "usage: sztest [-H SYS-HEADER] [-L LOCAL-HEADER] TYPE [CCFLAGS...]" >&2