diff options
Diffstat (limited to 'src/chroot-tools')
-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 3ac5380..a2394d7 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -137,7 +137,7 @@ main() { esac done shift $(($OPTIND - 1)) - if [[ $# < 1 ]]; then + if [[ $# -lt 1 ]]; then error "Must specify a command" usage >/dev/stderr return 1 |