exit at the wrong location

This commit is contained in:
Nico Schottelius 2007-08-07 10:33:55 +02:00
parent 4c2737cb5b
commit 4b77c5ba85
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ self=$(basename $0)
_echo()
{
echo "${self}> $@"
exit 1
}
_exit_err()