From baae20273ca229ae5c0312c75a2419e5f1a63cd7 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Tue, 26 May 2020 21:07:12 -0400 Subject: sliceweasel: fix syntax error --- dot/local/bin/sliceweasel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/local/bin/sliceweasel b/dot/local/bin/sliceweasel index c6f07d0..2a23c66 100755 --- a/dot/local/bin/sliceweasel +++ b/dot/local/bin/sliceweasel @@ -113,7 +113,7 @@ case "$1" in --) shift; launch_command "$@" ;; --resize) resize_control_group "$2" ;; --resize=*) resize_control_group "${1#--resize=}" ;; - --cpu=*) recpu_control_group "${1#--cpu=}" + --cpu=*) recpu_control_group "${1#--cpu=}" ;; --*) usage; [ "$1" = '--help' -o "$1" = '--usage' ] ;; *) launch_command "$@" ;; esac -- cgit v1.2.3