From d2c397547c05ac39844f9ca9723c9340ade569bd Mon Sep 17 00:00:00 2001 From: Lachlan McIlroy Date: Fri, 20 Oct 2006 16:00:08 +0000 Subject: [PATCH] Fix usage of "xfs_bmap -n [nnn]" Merge of master-melb:xfs-cmds:27256a by kenmcd. Fix usage of "xfs_bmap -n [nnn]" --- io/xfs_bmap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/xfs_bmap.sh b/io/xfs_bmap.sh index 0bed884bd..b4e7992bb 100755 --- a/io/xfs_bmap.sh +++ b/io/xfs_bmap.sh @@ -14,7 +14,7 @@ do a) OPTS=$OPTS" -a";; d) OPTS=$OPTS" -d";; l) OPTS=$OPTS" -l";; - n) OPTS=$OPTS" '-n "$OPTARG"'";; + n) OPTS=$OPTS" -n "$OPTARG;; p) OPTS=$OPTS" -p";; v) OPTS=$OPTS" -v";; V) VERSION=true;; -- 2.47.2