aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenryk Plötz <henryk@ploetzli.ch>2014-10-03 20:44:33 +0200
committerHenryk Plötz <henryk@ploetzli.ch>2014-10-03 20:44:33 +0200
commit9a32554983bc0acbd465d030a66669e64ee760dd (patch)
tree4a14444ff40a4ae6af9c8d7caebb7c0d62585086
parentfdef80133f42f79d71dee7cb70dd872f94bec124 (diff)
downloadtinydnssec-9a32554983bc0acbd465d030a66669e64ee760dd.tar.gz
tinydnssec-9a32554983bc0acbd465d030a66669e64ee760dd.tar.bz2
This is a bash shell script, it should say so. /bin/sh is not always a bash.
-rwxr-xr-xrun-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index 2303045..95b5b14 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# (C) 2012 Peter Conrad <conrad@quisquis.de>