From ced79cee6f9fd110c2febb98228c9afbd64f489e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 7 Jul 2002 10:06:47 +0000 Subject: Have localsyncthis exit cleanly (why doesn't it by itself?). --- localsyncthis | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'localsyncthis') diff --git a/localsyncthis b/localsyncthis index a3948be..5960b2c 100755 --- a/localsyncthis +++ b/localsyncthis @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # Initial setup prg=$(basename $0) copyright="(C) 2000-2002 Jonas Smedegaard " @@ -98,3 +100,5 @@ for workdir in $workdirs; do esac done done + +exit 0 -- cgit v1.2.3