Kaydet (Commit) 24702269 authored tarafından Rene Engelhard's avatar Rene Engelhard

pushd is a bashism, use #!/bin/bash in solenv/bin/localize

üst 625afed7
#!/bin/sh #!/bin/bash
if [ x${SOLARENV}x = xx ]; then if [ x${SOLARENV}x = xx ]; then
echo No environment found, please use 'setsolar' echo No environment found, please use 'setsolar'
exit 1 exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment