From cda5d31d38872cc881c262269f2d23b3dea3ed51 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Sun, 21 Nov 1993 10:08:00 +0000 Subject: Return with 0 exit status --- tools/makepaths | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools/makepaths') diff --git a/tools/makepaths b/tools/makepaths index 213dcc0..1665e5d 100755 --- a/tools/makepaths +++ b/tools/makepaths @@ -1,7 +1,5 @@ #!/bin/sh -# $Source$ -# $Author$ -# $Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/tools/RCS/makeconfig,v 1.13 91/03/18 15:36:11 raeburn Exp $ +# $Id$ # # makepaths script -- generate zephyr_paths.h file on stdout echo "/* This file is automatically generated. Do not edit it. */" @@ -14,3 +12,4 @@ fi if [ x"$HaveHesiod" != x ]; then echo '#define Z_HaveHesiod' fi +exit 0 -- cgit v1.2.3