From 247022697064703f9fede3801df6867405979d26 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Tue, 25 Oct 2011 23:23:03 +0200 Subject: pushd is a bashism, use #!/bin/bash in solenv/bin/localize --- solenv/bin/localize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit