Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 988b4b6

Browse files
authored
Fixes #514: Accomodating spaces in dir path. (#532)
1 parent c518766 commit 988b4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ BIN=$(cd ${SCRIPT_DIR}/../../bin && pwd)
55
PHING=${BIN}/phing
66

77
# This script simply passes all arguments to Phing.
8-
${PHING} -f ${SCRIPT_DIR}/phing/build.xml "$@"
8+
"${PHING}" -f "${SCRIPT_DIR}/phing/build.xml" "$@"

0 commit comments

Comments
 (0)