use set -e, as linda suggests

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@497 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-08-26 22:20:54 +00:00
parent 508e39c451
commit a3147d1bd2
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
#!/bin/sh -e
#!/bin/sh
#
# Written 1998 by Gregor Hoffleit <flight@debian.org>.
# used by Bastian Kleineidam for LinkChecker
set -e
PYTHON=python2.2
SITEPACKAGES=/usr/lib/$PYTHON/site-packages
DIRLIST=linkcheck

View file

@ -1,8 +1,8 @@
#!/bin/sh -e
#!/bin/sh
#
# Written 1998 by Gregor Hoffleit <flight@debian.org>.
# used by Bastian Kleineidam for LinkChecker
set -e
PACKAGE=linkchecker
PYTHON=python2.2