initialize extra_mount_options as blank string in _check_xfs_filesystem to prevent mount arg duplication every test

Merge of master-melb:xfs-cmds:26931a by kenmcd.

  fixed mount arg duplication causing irix mounts to fail
This commit is contained in:
David Disseldorp
2006-09-07 04:00:20 +00:00
parent 133e5c8c33
commit eadfa771b1
+1
View File
@@ -690,6 +690,7 @@ _check_xfs_filesystem()
exit 1
fi
extra_mount_options=""
device=$1
if [ "$2" != "none" ]; then
extra_log_options="-l$2"