Skip to content

Commit

Permalink
fix env test
Browse files Browse the repository at this point in the history
  • Loading branch information
tito committed Oct 13, 2012
1 parent 7f85afb commit e76b539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/environment.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [ "X$VERBOSE" -eq "X1" ]; then
if [ "X$VERBOSE" == "X1" ]; then
set -x
fi

Expand Down

0 comments on commit e76b539

Please sign in to comment.