Skip to content

Commit 49f1eb4

Browse files
committed
disk-usage.sh: quote assignment, for safety
1 parent d611704 commit 49f1eb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

disk-usage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ do
2020
case "$1" in
2121
--threshold|-t)
2222
shift
23-
threshold=$1
23+
threshold="$1"
2424
;;
2525
*)
2626
check "$1"

0 commit comments

Comments
 (0)