source: trunk/third/perl/eg/nih @ 10724

Revision 10724, 401 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1eval 'exec /usr/bin/perl -Spi.bak $0 ${1+"$@"}'
2        if $running_under_some_shell;
3
4# $RCSfile: nih,v $$Revision: 1.1.1.2 $$Date: 1997-11-13 01:47:40 $
5
6# This script makes #! scripts directly executable on machines that don't
7# support #!.  It edits in place any scripts mentioned on the command line.
8
9s[^#!(.*)]
10 [#!$1\neval 'exec $1 -S \$0 \${1+"\$@"}'\n\tif \$running_under_some_shell;]
11        if $. == 1;
Note: See TracBrowser for help on using the repository browser.