aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xalg2
1 files changed, 1 insertions, 1 deletions
diff --git a/alg b/alg
index 7fa1c8f..79bca9b 100755
--- a/alg
+++ b/alg
@@ -245,6 +245,6 @@ if [ -n "$1" ]; then
245 run $@ 245 run $@
246else 246else
247 while read -r args; do 247 while read -r args; do
248 run $args 248 [ -n "$args" ] && run $args
249 done 249 done
250fi 250fi

Generated with cgit - Back to sebastiano.tronto.net