Show More
@@ -10,7 +10,7 b'' | |||
|
10 | 10 | # system mercurial installation, and may require extensions or settings from |
|
11 | 11 | # the system installation. |
|
12 | 12 | |
|
13 | if [ -n $HGTESTEXTRAEXTENSIONS ]; then | |
|
13 | if [ -n "$HGTESTEXTRAEXTENSIONS" ]; then | |
|
14 | 14 | for extension in $HGTESTEXTRAEXTENSIONS; do |
|
15 | 15 | extraoptions="$extraoptions --config extensions.$extension=!" |
|
16 | 16 | done |
General Comments 0
You need to be logged in to leave comments.
Login now