fix env test
This commit is contained in:
parent
7f85afb2ed
commit
e76b539bb3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "X$VERBOSE" -eq "X1" ]; then
|
||||
if [ "X$VERBOSE" == "X1" ]; then
|
||||
set -x
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue