Fix for #2127 - Imports fail when filenames have spaces and other special characters

This commit is contained in:
paul 2007-01-29 14:38:32 +00:00
parent dc9ac0a2c2
commit 5ff2576e24
1 changed files with 1 additions and 1 deletions

View File

@ -47,4 +47,4 @@ filelistpathname=.
#-------------------------------------------------------------------------------
cd $phpdir
php -q campcaster-import.php $@ || exit 1
php -q campcaster-import.php "$@" || exit 1