Fixed escaping

This commit is contained in:
Xavier Roche
2013-07-05 18:36:20 +00:00
parent d2a3d7a3ff
commit 2e88036808

View File

@@ -202,6 +202,6 @@ tmpdir="${tmptopdir}/httrack_ut.$$"
mkdir "${tmpdir}"
# rock'in
start-crawl $*
start-crawl "${@}"
# that's all, folks!