From 17518277065a4c17557bb9baf2272af19fb15de0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Dec 2012 21:16:23 -0500 Subject: fix several "stupid" mistakes --- src/chroot-tools/librechroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chroot-tools/librechroot') diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 6594f15..26176e0 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -61,7 +61,7 @@ main() { local mode=enter local archroot_args=(-f) local ARG='' - while getopts 'n:l:NCcI:i:mrsuh' arg; do + while getopts 'n:l:NCcI:i:mr:suh' arg; do case $arg in n) CHROOT=$OPTARG;; l) CHROOTCOPY=$OPTARG;; -- cgit v1.2.2