summaryrefslogtreecommitdiffstats
path: root/pp-test
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-11-18 13:44:50 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-11-18 13:44:50 +0100
commitca65a2c0b55e4b93c5c5a844b58560a1e827c43a (patch)
tree327ba24834c23f751b55d9e3744cb3a6fc2c9594 /pp-test
parentc71729bea87f323f3de145f564890ed981eb840d (diff)
downloadbin-ca65a2c0b55e4b93c5c5a844b58560a1e827c43a.tar.gz
bin-ca65a2c0b55e4b93c5c5a844b58560a1e827c43a.tar.xz
pp-test: we use bashism so we should use bash instead of sh
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'pp-test')
-rwxr-xr-xpp-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp-test b/pp-test
index fa3f851..0924981 100755
--- a/pp-test
+++ b/pp-test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
prog="$1"; shift
realpath="$(readlink -f "$prog")"