Skip to content

Commit

Permalink
build: Make install_with_python.sh more portable
Browse files Browse the repository at this point in the history
Reviewed-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
abartlet authored and metze-samba committed Jan 10, 2013
1 parent 8e84c33 commit 5a1deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_with_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ do_install_python() {
rm -rf python_install || exit 1
}

if ! test -d $PREFIX/python; then
if [ ! -d $PREFIX/python ]; then
# needs to be installed
do_install_python
fi
Expand Down

0 comments on commit 5a1deec

Please sign in to comment.