From: Fredrik Tolf Date: Thu, 13 Jan 2011 08:09:04 +0000 (+0100) Subject: sztest: Use bash specifically. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=c1d4af67abf81fc9259a4de8342b0d06e45667e6 sztest: Use bash specifically. --- diff --git a/sztest b/sztest index 2393971..f309178 100755 --- 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