diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-02 21:16:23 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 14:20:40 -0500 |
commit | 17518277065a4c17557bb9baf2272af19fb15de0 (patch) | |
tree | 25d3efda5ccf61e817c01b6fc7e14241572b1f0f /src/chroot-tools/librechroot | |
parent | 098d7430e6447c4658704c3bcf88ea1ed7a5206b (diff) |
fix several "stupid" mistakes
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-x | src/chroot-tools/librechroot | 2 |
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;; |