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:
d321b1b
)
bug: skip_prereqs vs skip_prereq
author
Jeff Atwood
<jatwood@codinghorror.com>
Wed, 4 May 2016 17:58:10 +0000
(10:58 -0700)
committer
Jeff Atwood
<jatwood@codinghorror.com>
Wed, 4 May 2016 17:58:10 +0000
(10:58 -0700)
launcher
patch
|
blob
|
blame
|
history
diff --git
a/launcher
b/launcher
index 907abc8e10999aea959afceeec7f951b16bb8711..e465ea78519058b570cb9c13c8217a247055bf12 100755
(executable)
--- a/
launcher
+++ b/
launcher
@@
-29,7
+29,7
@@
while [ ${#} -gt 0 ]; do
DEBUG="1"
;;
--skip-prereqs)
- SKIP_PREREQ="1"
+ SKIP_PREREQ
S
="1"
;;
--docker-args)
user_args="$2"