Add missing -n option to getopt list for mkarchroot

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Pierre Schmitz 2010-02-11 14:41:45 +01:00
parent f09baea392
commit 30cfcdc501
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ usage ()
exit $1
}
while getopts 'r:ufhC:M:c:' arg; do
while getopts 'r:ufnhC:M:c:' arg; do
case "${arg}" in
r) RUN="$OPTARG" ;;
u) RUN="pacman -Syu" ;;