diff options
-rwxr-xr-x | tests/crawl-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crawl-test.sh b/tests/crawl-test.sh index dbcbfd2..a595446 100755 --- a/tests/crawl-test.sh +++ b/tests/crawl-test.sh @@ -202,6 +202,6 @@ tmpdir="${tmptopdir}/httrack_ut.$$" mkdir "${tmpdir}" # rock'in -start-crawl $* +start-crawl "${@}" # that's all, folks! |