File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8383# Go to project root.
8484# ###############################################################################
8585
86- cd $( CDPATH= cd -- " $( dirname -- " $0 " ) /.." && pwd -P)
86+ cd " $( CDPATH=' ' cd -- " $( dirname -- " $0 " ) /.." && pwd -P) " || exit
8787
8888# ###############################################################################
8989# Prepare php-src Git repository.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ debug=0
1414phpVersionDev=" 8.5"
1515
1616# Go to project root.
17- cd $( CDPATH= cd -- " $( dirname -- " $0 " ) /.." && pwd -P)
17+ cd " $( CDPATH=' ' cd -- " $( dirname -- " $0 " ) /.." && pwd -P) " || exit
1818
1919while test $# -gt 0; do
2020 if test " $1 " = " -h" || test " $1 " = " --help" ; then
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ phpVersionDev="8.5"
1616temporaryBranch=cmake-patching
1717
1818# Go to project root.
19- cd $( CDPATH= cd -- " $( dirname -- " $0 " ) /.." && pwd -P)
19+ cd " $( CDPATH=' ' cd -- " $( dirname -- " $0 " ) /.." && pwd -P) " || exit
2020
2121while test $# -gt 0; do
2222 if test " $1 " = " -h" || test " $1 " = " --help" ; then
You can’t perform that action at this time.
0 commit comments