From: Barry Naujok Date: Tue, 15 Apr 2008 16:20:23 +0000 (+0000) Subject: Silently support the -p option X-Git-Tag: v2.10.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1993314d0f5dd8080b36f15d7cc11af7f83c9abb;p=thirdparty%2Fxfsprogs-dev.git Silently support the -p option Merge of master-melb:xfs-cmds:30881a by kenmcd. Support the -p option in fsck.xfs --- diff --git a/fsck/xfs_fsck.sh b/fsck/xfs_fsck.sh index ec73bcc73..c5a96e688 100755 --- a/fsck/xfs_fsck.sh +++ b/fsck/xfs_fsck.sh @@ -4,10 +4,10 @@ # AUTO=false -while getopts ":aAy" c +while getopts ":aApy" c do case $c in - a|A|y) AUTO=true;; + a|A|p|y) AUTO=true;; esac done eval DEV=\${$#}