diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-11-18 13:44:50 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-11-18 13:44:50 +0100 |
commit | ca65a2c0b55e4b93c5c5a844b58560a1e827c43a (patch) | |
tree | 327ba24834c23f751b55d9e3744cb3a6fc2c9594 /pp-test | |
parent | c71729bea87f323f3de145f564890ed981eb840d (diff) | |
download | bin-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-x | pp-test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash prog="$1"; shift realpath="$(readlink -f "$prog")" |