bug fix deb_0.1
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 26 Mar 2022 23:46:12 +0000 (10:46 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 26 Mar 2022 23:46:12 +0000 (10:46 +1100)
overlay-stop

index 82961ec118b88eb53a6a98a7aeee1b53cc1791bd..2788413e97900fb13329056a051f5408240852d3 100755 (executable)
@@ -31,7 +31,7 @@ fi
 # function to reverse the $* words
 reverse() {
     local OUT=""
-    for w in $* ; do OUT="$w $OUT" ; done
+    for w in $* ; do OUT="$w $OUT" ; done
     echo "${OUT% }"
 }