We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cce5a commit 2cfc2b0Copy full SHA for 2cfc2b0
launcher
@@ -180,14 +180,14 @@ update() {
180
}
181
182
case "$1" in
183
- update)
184
- echo "updating launcher..." >&2
185
- update
186
- exit 0
187
- ;;
188
- *)
189
- test -f "${BINDIR}/launcher" || update
190
- echo "run ./launcher update to update launcher" >&2
191
- check_prereqs
192
- exec "${BINDIR}/launcher" "$@"
+ update)
+ echo "updating launcher..." >&2
+ update
+ exit 0
+ ;;
+ *)
+ test -f "${BINDIR}/launcher" || update
+ echo "run ./launcher update to update launcher" >&2
+ check_prereqs
+ exec "${BINDIR}/launcher" "$@"
193
esac
0 commit comments