fix: add quotes to cygwin condition (#31025)
closes: #30967 Signed-off-by: Steve Hawkins <shawkins@redhat.com> Signed-off-by: shawkins <shawkins@shawkins-thinkpadp16vgen1.hsd1.pa.comcast.net>
This commit is contained in:
parent
96511e55c6
commit
2e6506cd3a
1 changed files with 1 additions and 1 deletions
2
quarkus/dist/src/main/content/bin/kc.sh
vendored
2
quarkus/dist/src/main/content/bin/kc.sh
vendored
|
@ -27,7 +27,7 @@ GREP="grep"
|
|||
DIRNAME="$(dirname "$RESOLVED_NAME")"
|
||||
|
||||
abs_path () {
|
||||
if [ -z $IS_CYGWIN ] ; then
|
||||
if [ -z "$IS_CYGWIN" ] ; then
|
||||
echo "$DIRNAME/$1"
|
||||
else
|
||||
cygpath -w "$DIRNAME/$1"
|
||||
|
|
Loading…
Reference in a new issue