summaryrefslogtreecommitdiff
path: root/lang/f2c/scripts/post-extract
diff options
context:
space:
mode:
Diffstat (limited to 'lang/f2c/scripts/post-extract')
-rwxr-xr-xlang/f2c/scripts/post-extract4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/f2c/scripts/post-extract b/lang/f2c/scripts/post-extract
index 2d1a0e51fa4..84f4a663bfc 100755
--- a/lang/f2c/scripts/post-extract
+++ b/lang/f2c/scripts/post-extract
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: post-extract,v 1.2 1998/08/07 11:09:01 agc Exp $
+# $NetBSD: post-extract,v 1.3 1998/08/25 08:54:08 agc Exp $
#
echo "Running post-extract"
@@ -24,3 +24,5 @@ cd src
rm index.html
mv .depend depend.orig
gunzip *.gz
+
+exit 0