fix env test

This commit is contained in:
Mathieu Virbel 2012-10-13 18:01:33 +02:00
parent 7f85afb2ed
commit e76b539bb3

View file

@ -1,6 +1,6 @@
#!/bin/bash
if [ "X$VERBOSE" -eq "X1" ]; then
if [ "X$VERBOSE" == "X1" ]; then
set -x
fi