Skip to content

Commit

Permalink
Bash bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 authored and Oliviers-OSS committed Aug 5, 2015
1 parent f34717a commit 7e0cab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/jenkins_cxxtest
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ done

# Setup virtual Python environment
\rm -Rf vpython
if test "$PYTHON_VER" -lt 2.6; then
if [ $PYTHON_VER < 2.6 ]; then
"$PYTHON" "$BUILD_SCRIPTS"/virtualenv_1.7.py "$WORKSPACE"/vpython || exit 1
else
"$PYTHON" "$BUILD_SCRIPTS"/virtualenv.py "$WORKSPACE"/vpython || exit 1
Expand Down

0 comments on commit 7e0cab9

Please sign in to comment.