diff options
author | Rene Engelhard <rene@debian.org> | 2011-10-25 23:23:03 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2011-11-02 18:21:14 +0100 |
commit | 247022697064703f9fede3801df6867405979d26 (patch) | |
tree | 5ab8efb398467d927b687f7136887c09ce24dc36 /solenv/bin | |
parent | 625afed7a89732decb068a12bb526fb406cd2c7f (diff) |
pushd is a bashism, use #!/bin/bash in solenv/bin/localize
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/localize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/localize b/solenv/bin/localize index fc1ae47b1bd8..7cf035cbc889 100755 --- a/solenv/bin/localize +++ b/solenv/bin/localize @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ x${SOLARENV}x = xx ]; then echo No environment found, please use 'setsolar' exit 1 |