diff options
author | mail_redacted_for_web | 2018-09-13 10:10:49 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2018-09-13 10:10:49 +0200 |
commit | 36ed33e88f4ba560649fc16fc1aa895e4e6ee34d (patch) | |
tree | 8b90e1ad9c463d3670fb77d36ab0b70d42974954 | |
parent | df4d15ffda28eeeb4ccc188f5a10a6f8d63c8936 (diff) | |
download | debian-scripts-36ed33e88f4ba560649fc16fc1aa895e4e6ee34d.tar.bz2 |
corection of case catcher
-rwxr-xr-x | sbin/ln-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ln-update b/sbin/ln-update index 73ee97a..6b025a3 100755 --- a/sbin/ln-update +++ b/sbin/ln-update @@ -259,7 +259,7 @@ unset IFS UPDCNT="${#UPDARR[@]}" unset UPDARR case "$UPDCNT" in - 0|1) + 0) [ "$SHUTUP" -ne 1 ]&&retinf "No updates available :)" exit 0 ;; |