diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-02-11 14:41:45 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-02-11 14:41:45 +0100 |
commit | 30cfcdc501caacb4b27c8ecc0d0cef3c8a1a6df8 (patch) | |
tree | 642fc431082f6d034444c2345c77ff9371450df5 | |
parent | f09baea3922d6c9365d267700bafc5bf37338e0f (diff) | |
download | devtools32-30cfcdc501caacb4b27c8ecc0d0cef3c8a1a6df8.tar.xz |
Add missing -n option to getopt list for mkarchroot
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rwxr-xr-x | mkarchroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ;; |