diff options
-rwxr-xr-x | tools/misc/h5redeploy.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5redeploy.in b/tools/misc/h5redeploy.in index d642405..75d5a68 100755 --- a/tools/misc/h5redeploy.in +++ b/tools/misc/h5redeploy.in @@ -116,7 +116,7 @@ for x in $h5tools; do fi done -if [ -z $foundtools ]; then +if [ -z "$foundtools" ]; then ERROR "found no tools to modify" exit 1 fi |