summaryrefslogtreecommitdiff
path: root/tools/makepaths
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-21 10:08:00 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-21 10:08:00 +0000
commitcda5d31d38872cc881c262269f2d23b3dea3ed51 (patch)
treedf469f6bd18cf02f97e88a42cfba1e9158681bfc /tools/makepaths
parent75b06489dcd8243b3bdb4b113d22761623b02419 (diff)
Return with 0 exit status
Diffstat (limited to 'tools/makepaths')
-rwxr-xr-xtools/makepaths5
1 files changed, 2 insertions, 3 deletions
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