We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4218d63 commit dec0949Copy full SHA for dec0949
ant/apple/apple-keygen.sh.in
@@ -39,7 +39,7 @@ if ${apple.jvmver} > /dev/null 2>&1; then
39
keytoolcmd="${apple.jvmcmd} keytool"
40
else
41
# Fallback on Internet Plug-Ins version if needed
42
- keytoolcmd="${apple.jvmfallback}/keytool"
+ keytoolcmd="\"${apple.jvmfallback}/keytool\""
43
fi
44
45
# Check for IPv4 address
0 commit comments