diff options
Diffstat (limited to 'ext/bcmath/libbcmath/mkinstalldirs')
-rw-r--r-- | ext/bcmath/libbcmath/mkinstalldirs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/mkinstalldirs b/ext/bcmath/libbcmath/mkinstalldirs index cc8783edce..fef1eb9418 100644 --- a/ext/bcmath/libbcmath/mkinstalldirs +++ b/ext/bcmath/libbcmath/mkinstalldirs @@ -7,7 +7,7 @@ errstatus=0 -for file in ${1+"$@"} ; do +for file in ${1+"$@"} ; do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift |