projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb9a173
)
FEATURE: Don't use fully qualified path for bash in host (#458)
author
Mark Vainomaa
<mikroskeem@gmail.com>
Wed, 11 Mar 2020 06:52:51 +0000
(08:52 +0200)
committer
GitHub
<noreply@github.com>
Wed, 11 Mar 2020 06:52:51 +0000
(17:52 +1100)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 383ebb945fa4ce95bc4526396d181adc74b3b2e6..12bca22fb96a94a0366a3ec9ce6c21ce283cf39e 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-788,7
+788,7
@@
case "$command" in
do
args[$j]=${BASH_ARGV[$i]}
done
- exec
/bin/
bash $0 "${args[@]}" # $@ is empty, because of shift at the beginning. Use BASH_ARGV instead.
+ exec bash $0 "${args[@]}" # $@ is empty, because of shift at the beginning. Use BASH_ARGV instead.
elif [ $REMOTE = $BASE ]; then
echo "Your version of Launcher is ahead of origin"