summaryrefslogtreecommitdiffstats
path: root/tools/gfind_missing_files/gfind_missing_files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfind_missing_files/gfind_missing_files.sh')
-rw-r--r--tools/gfind_missing_files/gfind_missing_files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfind_missing_files/gfind_missing_files.sh b/tools/gfind_missing_files/gfind_missing_files.sh
index f42fe7b05af..e7aaa0b5dd4 100644
--- a/tools/gfind_missing_files/gfind_missing_files.sh
+++ b/tools/gfind_missing_files/gfind_missing_files.sh
@@ -61,7 +61,7 @@ mount_slave()
parse_cli()
{
- if [[ $# -ne 4 ]]; then
+ if [ "$#" -ne 4 ]; then
echo "Usage: gfind_missing_files <brick-path> <slave-host> <slave-vol> <OUTFILE>"
exit 1
else