------------------------------------------------------------ revno: 1683 committer: Rene Engelhard <r...@debian.org> branch nick: unstable timestamp: Tue 2009-09-29 14:56:48 +0200 message: $RET returns ok, hardcode 1 modified: shell-lib.sh
=== modified file 'shell-lib.sh' --- a/shell-lib.sh 2009-09-29 11:21:00 +0000 +++ b/shell-lib.sh 2009-09-29 12:56:48 +0000 @@ -70,7 +70,7 @@ PID=`/usr/bin/pgrep soffice.bin | head -n 1` fi if [ -n "$PID" ] || [ -e "$LOCKFILE" ]; then - exit $RET + exit 1 fi fi fi