diff --git a/php.sh b/php.sh index 03e2777..1a0bd66 100644 --- a/php.sh +++ b/php.sh @@ -8,8 +8,8 @@ if [ $# -eq 0 ]; then exit 1 fi -INSPECTION_PATH=$1 -OUTPUT_PATH=$2 +INSPECTION_PATH="$1" +OUTPUT_PATH="$2" # Run inspection . ${BUILD_PATH}/Inspection/inspect.sh