Under Ubuntu, push/popd are present only if we invoke bash,

not sh.
This commit is contained in:
Jean-Paul Chaput 2012-05-07 14:43:35 +00:00
parent 86c63fd1f7
commit 2bd728e45e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ -z "$ALLIANCE_TOP" ]; then
alcEnv="/etc/profile.d/alc_env.sh"