summaryrefslogtreecommitdiff
path: root/plan9/fndvers
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-07-26 03:53:27 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-07-26 03:53:27 +0000
commit396e9e6f77853ce5b5bd54c151a15d6820deba3a (patch)
treedec367aaa99df9194e1d594e7c4b0a15ea41157c /plan9/fndvers
parent62ac1c994e20a7298bfc84e40958ae6c95247bab (diff)
downloadperl-396e9e6f77853ce5b5bd54c151a15d6820deba3a.tar.gz
New Plan9 port
Diffstat (limited to 'plan9/fndvers')
-rw-r--r--plan9/fndvers9
1 files changed, 9 insertions, 0 deletions
diff --git a/plan9/fndvers b/plan9/fndvers
new file mode 100644
index 0000000000..c45c42bdf9
--- /dev/null
+++ b/plan9/fndvers
@@ -0,0 +1,9 @@
+#!/bin/rc
+
+. plan9/buildinfo
+
+ed config.plan9 <<!
+g/_P9P_VERSION/s//$p9pvers/g
+g/_P9P_OBJTYPE/s//$objtype/g
+w $1
+!