diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-26 03:53:27 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-26 03:53:27 +0000 |
commit | 396e9e6f77853ce5b5bd54c151a15d6820deba3a (patch) | |
tree | dec367aaa99df9194e1d594e7c4b0a15ea41157c /plan9/fndvers | |
parent | 62ac1c994e20a7298bfc84e40958ae6c95247bab (diff) | |
download | perl-396e9e6f77853ce5b5bd54c151a15d6820deba3a.tar.gz |
New Plan9 port
Diffstat (limited to 'plan9/fndvers')
-rw-r--r-- | plan9/fndvers | 9 |
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 +! |