Under Ubuntu, push/popd are present only if we invoke bash,
not sh.
This commit is contained in:
parent
86c63fd1f7
commit
2bd728e45e
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -z "$ALLIANCE_TOP" ]; then
|
if [ -z "$ALLIANCE_TOP" ]; then
|
||||||
alcEnv="/etc/profile.d/alc_env.sh"
|
alcEnv="/etc/profile.d/alc_env.sh"
|
||||||
|
|
Loading…
Reference in New Issue