summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-12-02 21:16:23 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-12-09 14:20:40 -0500
commit17518277065a4c17557bb9baf2272af19fb15de0 (patch)
tree25d3efda5ccf61e817c01b6fc7e14241572b1f0f /src/chroot-tools/librechroot
parent098d7430e6447c4658704c3bcf88ea1ed7a5206b (diff)
fix several "stupid" mistakes
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 1 insertions, 1 deletions
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;;