diff options
Diffstat (limited to 'extras/hook-scripts/delete/pre/S10selinux-del-fcontext.sh')
| -rwxr-xr-x | extras/hook-scripts/delete/pre/S10selinux-del-fcontext.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hook-scripts/delete/pre/S10selinux-del-fcontext.sh b/extras/hook-scripts/delete/pre/S10selinux-del-fcontext.sh index 7851e702382..6eba66fbe07 100755 --- a/extras/hook-scripts/delete/pre/S10selinux-del-fcontext.sh +++ b/extras/hook-scripts/delete/pre/S10selinux-del-fcontext.sh @@ -15,7 +15,7 @@ OPTSPEC="volname:"  VOL=  function parse_args () { -        ARGS=$(getopt -l $OPTSPEC  -name $PROGNAME "$@") +        ARGS=$(getopt -o '' -l $OPTSPEC -n $PROGNAME -- "$@")          eval set -- "$ARGS"          while true; do  | 
