git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsbin/ln-update2
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
;;