slightly improved version of scrapyd script

This commit is contained in:
Pablo Hoffman 2011-06-20 11:04:38 -03:00
parent 5de5cac43e
commit 03a92a8b03
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
repotac="$(dirname $0)/../extras/scrapyd.tac"
repotac=$(cd $(dirname $0)/../extras; pwd)/scrapyd.tac
if [ -f "$repotac" ]; then
tacfile="$repotac"