From eadfa771b10f231a0c3e92d3ef1d23d77d4b1b2f Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Thu, 7 Sep 2006 04:00:20 +0000 Subject: [PATCH] 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 --- common.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/common.rc b/common.rc index 92970abb..6be40f6d 100644 --- a/common.rc +++ b/common.rc @@ -690,6 +690,7 @@ _check_xfs_filesystem() exit 1 fi + extra_mount_options="" device=$1 if [ "$2" != "none" ]; then extra_log_options="-l$2" -- 2.47.3