From 2c5a050641d5400843facfc65e58a2bef5d87422 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Wed, 24 Jan 2024 12:22:09 -0500 Subject: Multithreaded R package compilation --- .local/bin/backlightctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/backlightctl') diff --git a/.local/bin/backlightctl b/.local/bin/backlightctl index d3f6280..1d38c07 100755 --- a/.local/bin/backlightctl +++ b/.local/bin/backlightctl @@ -31,7 +31,7 @@ get_percent() { # $1 is converted to a value between 0-$max within this function get_total() { value="$(to_value "$1")" - printf "%d" "$(($(get_status) + value))" + printf "%d" "$(($(get_status) + $value))" } helpmsg="Usage: backlightctl -[FLAG] [PERCENTAGE] -- cgit v1.2.3