projects
/
rrq
/
overlay-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
018cee4
)
bug fix
deb_0.1
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 26 Mar 2022 23:46:12 +0000
(10:46 +1100)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Sat, 26 Mar 2022 23:46:12 +0000
(10:46 +1100)
overlay-stop
patch
|
blob
|
history
diff --git
a/overlay-stop
b/overlay-stop
index 82961ec118b88eb53a6a98a7aeee1b53cc1791bd..2788413e97900fb13329056a051f5408240852d3 100755
(executable)
--- a/
overlay-stop
+++ b/
overlay-stop
@@
-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% }"
}