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 f8475f1 commit aaa671eCopy full SHA for aaa671e
init.sh
@@ -156,12 +156,12 @@ function setup_appengine () {
156
if [ -d "/opt/google_appengine" ]; then
157
export PATH="/opt/google_appengine:${PATH}"
158
# GO
159
- else if [ -d "/opt/go_appengine" ]; then
+ elif [ -d "/opt/go_appengine" ]; then
160
export PATH="/opt/go_appengine:${PATH}"
161
export GOROOT="/opt/go_appengine/goroot"
162
export GOPATH="/opt/go_appengine/gopath"
163
# Java
164
- else if [ -d "/opt/java_appengine" ]; then
+ elif [ -d "/opt/java_appengine" ]; then
165
export PATH="/opt/java_appengine/bin:${PATH}"
166
fi
167
}
0 commit comments