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 fb9e705 commit e496d0cCopy full SHA for e496d0c
gradlew
@@ -86,8 +86,7 @@ done
86
# shellcheck disable=SC2034
87
APP_BASE_NAME=${0##*/}
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
-APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90
-' "$PWD" ) || exit
+APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
91
92
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
MAX_FD=maximum
0 commit comments