aboutsummaryrefslogtreecommitdiff
path: root/alg
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-04-16 14:03:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-04-16 14:03:02 +0200
commitaf818b134f81cb25fbc6bd1c969c39f7920500ef (patch)
tree4adb69c7476785f710e43040e3b62961f2d063a8 /alg
parent90c51bf854d93d9564bdc3db94c8104556c75ea4 (diff)
downloadscripts-af818b134f81cb25fbc6bd1c969c39f7920500ef.tar.gz
scripts-af818b134f81cb25fbc6bd1c969c39f7920500ef.zip
minor fix
Diffstat (limited to 'alg')
-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