mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Fix for bug 136227: Corrects syntax error in bash script.
Patch by David Kilzer <ddkilzer@theracingworld.com>. 2xr=afranke
This commit is contained in:
parent
651a23264b
commit
ba6d753340
@ -4,7 +4,7 @@ TEST_VERBOSE=0
|
||||
PART1='use Test::Harness qw(&runtests $verbose); $verbose='
|
||||
PART2='; runtests @ARGV;'
|
||||
for f in $*; do
|
||||
if [ $f == "--verbose" ] ; then
|
||||
if [ "$f" = "--verbose" ] ; then
|
||||
TEST_VERBOSE=1
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user