mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
oops use string comparison
This commit is contained in:
parent
52e9c178ce
commit
7fcdbdb1d9
@ -9,7 +9,7 @@ COMMIT=$2
|
||||
# Find out current IPython commit hash.
|
||||
cd $VIRTUALENV/src/ipython
|
||||
CURRENT_COMMIT=`git rev-parse HEAD`
|
||||
if [ $CURRENT_COMMIT -ne $COMMIT ]; then
|
||||
if [ $CURRENT_COMMIT = $COMMIT ]; then
|
||||
# Activate the virtualenv.
|
||||
source $VIRTUALENV/bin/activate
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user