Commit edb988e6 authored by Andrew Gibiansky's avatar Andrew Gibiansky

except negated

parent 7fcdbdb1
...@@ -9,7 +9,7 @@ COMMIT=$2 ...@@ -9,7 +9,7 @@ COMMIT=$2
# Find out current IPython commit hash. # Find out current IPython commit hash.
cd $VIRTUALENV/src/ipython cd $VIRTUALENV/src/ipython
CURRENT_COMMIT=`git rev-parse HEAD` CURRENT_COMMIT=`git rev-parse HEAD`
if [ $CURRENT_COMMIT = $COMMIT ]; then if [ $CURRENT_COMMIT != $COMMIT ]; then
# Activate the virtualenv. # Activate the virtualenv.
source $VIRTUALENV/bin/activate source $VIRTUALENV/bin/activate
......
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