/usr/bin/patcil is in dist 1:3.5-36.0001-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 | #!/usr/bin/perl
eval 'exec perl -S $0 ${1+"$@"}'
if $running_under_some_shell;
# $Id: patcil.SH 31 2010-03-06 20:15:24Z rmanfredi $
#
# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
#
# You may redistribute only under the terms of the Artistic Licence,
# as specified in the README file that comes with the distribution.
# You may reuse parts of this distribution only within the terms of
# that same Artistic Licence; a copy of which may be found at the root
# of the source tree for dist 4.0.
#
# Original Author: Larry Wall <lwall@netlabs.com>
#
# $Log: patcil.SH,v $
# Revision 3.0.1.4 1994/10/29 16:42:12 ram
# patch36: now honors the VISUAL and EDITOR environment variables
# patch36: newer RCS programs chop trailing spaces in log messages
# patch36: separated V/E and v/e commands
# patch36: new 'v' command to edit the file being patcil'ed
# patch36: added hook for 'V' command (not implemented yet)
#
# Revision 3.0.1.3 1994/01/24 14:30:04 ram
# patch16: now prefix error messages with program's name
# patch16: added ~/.dist_profile awareness
#
# Revision 3.0.1.2 1993/08/25 14:05:35 ram
# patch6: moved geteditor to ../pl/editor.pl
#
# Revision 3.0.1.1 1993/08/19 06:42:33 ram
# patch1: leading config.sh searching was not aborting properly
#
# Revision 3.0 1993/08/18 12:10:40 ram
# Baseline for dist 3.0 netwide release.
#
$defeditor = '/usr/ae';
$pager = '/bin/more';
$version = '3.5';
$patchlevel = '0';
use File::Temp qw/ tempfile tempdir /;
$progname = &profile; # Read ~/.dist_profile
require 'getopts.pl';
&usage unless $#ARGV >= 0;
&usage unless &Getopts("abfhnpqsV");
if ($opt_V) {
print STDERR "$progname $version PL$patchlevel\n";
exit 0;
} elsif ($opt_h) {
&usage;
}
$RCSEXT = ',v' unless $RCSEXT;
$PAGER = $ENV{'PAGER'} || "$pager";
$EDITOR = &geteditor;
system 'mkdir', 'RCS' unless -d 'RCS';
chop($pwd = `pwd`) unless -f '.package';
until (-f '.package') {
die "$progname: no .package file! Run packinit.\n" unless $pwd;
chdir '..' || die "Can't cd ..";
$pwd =~ s|(.*)/(.*)|$1|;
$prefix = $2 . '/' . $prefix;
}
if ($prefix) {
for (@ARGV) {
s/^/$prefix/ unless m|^[-/]|;
}
}
# We now are at the top level
&readpackage;
if (-f 'patchlevel.h') {
open(PL,"patchlevel.h") || die "$progname: can't open patchlevel.h: $!\n";
while (<PL>) {
$bnum = $1 if /^#define\s+PATCHLEVEL\s+(\d+)/;
}
die "$progname: malformed patchlevel.h file.\n" if $bnum eq '';
++$bnum;
} else {
$bnum=1;
}
system 'mkdir', 'bugs' unless -d 'bugs';
open(LOGS,">>bugs/.logs$bnum"); # Remember logs for patmake
open(MODS,">>bugs/.mods$bnum"); # Remember modified files
push(@sw,'-q') if $opt_q;
push(@sw,'-f') if $opt_f;
if ($opt_a) {
open(MANI,"MANIFEST.new") || die "$progname: can't read MANIFEST.new: $!\n";
@ARGV = ();
while (<MANI>) {
chop;
s|^\./||;
next if m|^patchlevel.h|; # Special file
($_) = split(' ');
next if -d;
push(@ARGV,$_);
}
close MANI;
} elsif ($opt_n) {
&newer;
}
@filelist = @ARGV;
sub CLEANUP {
print "$progname: Warning: restore $ARGV\n";
exit 1;
}
if ($opt_s) {
open(TTY,">/dev/tty");
select(TTY);
$| = 1;
select(stdout);
$SIG{'INT'} = 'CLEANUP';
while (<>) {
if (/^(.*)\$Log[:\$]/) {
$comment = $1;
$comment =~ s/\s+$//; # Newer RCS chop spaces on emtpy lines
$len = length($comment);
print;
$lastnl = 1;
logline: while (<>) {
$c = substr($_,0,$len);
last logline unless $c eq $comment;
$_ = substr($_,$len,999);
if ($lastnl) {
unless (/^\s*Revision\s+\d/) {
$_ = $comment . $_;
last logline;
}
$lastnl = 0;
} else {
$lastnl = 1 if /^\s*$/;
}
}
}
}
continue {
print;
if ($ARGV ne $oldargv) {
print TTY "$progname: stripping $ARGV...\n";
$oldargv = $ARGV;
}
}
$SIG{'INT'} = 'DEFAULT';
close TTY;
}
if ($opt_b) {
$flist = &rcsargs(@filelist);
@flist=split(' ',$flist);
system 'rcs', '-u', @flist;
system 'rcs', "-l$revbranch", @flist;
system 'ci', '-l', "-r$revbranch", @sw, @flist;
exit 0;
}
open(MANI,"MANIFEST.new") || die "$progname: can't open MANIFEST.new: $!\n";
while (<MANI>) {
# Find how many spaces the user wants before comments
$space || /(\S+\s+)\S+/ && ($space = length($1));
($file,$file_comment) = m|(\S+)\s+(.*)|;
$inmani{$file} = 1; # File is listed in MANIFEST
$comment{$file} = $file_comment; # Save comments
}
close MANI;
$space = 29 unless $space; # Default value
file: foreach $file (@filelist) {
$files = &rcsargs($file);
@files = split(' ',$files);
$file = $files[1] if $file =~ /\.$RCSEXT$/;
unless ($inmani{$file}) {
print "$file does not appear to be in your MANIFEST.new--add? [y] ";
$ans = <stdin>;
if ($ans !~ /^n/i) {
print "MANIFEST.new comment? ";
$file_comment = <stdin>;
chop($file_comment);
$spacenum = $space - length($file);
$blank = " ";
$blank = " " x $spacenum unless $spacenum < 1;
`echo '${file}${blank}$file_comment' >>MANIFEST.new`;
if (-f 'MANIFEST') {
print "(Also adding file to your MANIFEST)\n";
# Add a (new) at the end, so the two manifests will
# differ and thus manifest will get patched correctly.
`echo '${file}${blank}$file_comment (new)' >>MANIFEST`;
print MODS "MANIFEST\n";
}
} else {
$file_comment = ""; # No file, no comment
}
}
$is_first = 0; # Suppose this is not the first cil
$revs = 0; # Makes revs a numeric variable
$rlog = `rlog -r$baserev -r$revbranch $files 2>&1`;
($total) = ($rlog =~ /total revisions: (\d+)/);
($revs) = ($rlog =~ /selected revisions: (\d+)/);
$comment = &rcscomment($file);
if (!$revs) {
if ($total) {
if ($rlog !~ /locks:\s*;/) {
system 'rcs', '-u', @files; # unlock branch
}
# New trunck revision
system 'rcs', '-l', @files; # lock trunk
}
else {
$file_comment = $comment{$file} if $inmani{$file};
if ($comment ne '') {
&feed($file_comment, 'rcs', '-i', "-c$comment", @files);
} else {
&feed($file_comment, 'rcs', '-i', @files);
}
}
if ($opt_p) { # check in null as trunk revision
rename($file, "$file.xxx");
`cp /dev/null $file` unless -f $file;
&cil_col("empty\n", $baserev);
system 'rcs', "-Nlastpat:$baserev", @files;
rename("$file.xxx", $file);
$mess = &getlog($file);
next file if $mess eq 'nope';
system 'rcs', '-u', @files; # Unlock trunck
&feed($mess, 'ci', "-l$revbranch", @sw, @files) unless $?;
} else {
$is_first = 1; # This is the first cil
$mess = &getlog($file);
next file if $mess eq 'nope';
&cil_col($mess, $baserev);
system 'rcs', "-Nlastpat:$baserev", @files;
}
} else {
if (!$opt_f) {
if ($revs == 1) {
$delta = `rcsdiff -r$baserev $files 2>/dev/null`;
} else {
$delta = `rcsdiff -r$revbranch $files 2>/dev/null`;
}
if ($delta eq '') { # No change in file
print "$progname: no changes in $file since last patcil.\n";
next; # Skip file
}
}
if ($revs == 1) {
$mess = &getlog($file);
next file if $mess eq 'nope';
&cil_cil($mess, $revbranch);
} else {
$mess = &getlog($file);
next file if $mess eq 'nope';
&cil_col($mess, $revbranch);
}
}
}
# Used for the first revisions on a branch
sub cil_cil {
local($mess) = shift(@_);
local($rev) = shift(@_);
if (&feed($mess, 'ci', @sw, "-l$rev", @files)) {
print "$progname: unlocking and trying again...\n";
system 'rcs', '-u', @files;
&feed($mess, 'ci', @sw, "-l$rev", @files) unless $?;
}
}
# Run a ci -l on the file. If this fails, try to lock the file first.
# If this fails again, try again with a separate checkout.
sub cil_col {
local($mess) = shift(@_);
local($rev) = shift(@_);
if (&feed($mess, 'ci', @sw, "-l$rev", @files)) {
print "$progname: locking and trying again...\n";
if ($rev =~ /\d+\.\d+\.\d+/) {
system 'rcs', "-l$rev", @files; # Lock branch
} else {
system 'rcs', '-l', @files; # Lock trunck
}
if (&feed($mess, 'ci', @sw, "-l$rev", @files)) {
print "$progname: trying again with separate checkout...\n";
if (&feed($mess, 'ci', @sw, "-r$rev", @files)) {
system 'rcs', "-u$rev", @files unless $?;
system 'co', "-l$rev", @files unless $?;
} else {
print "$progname: sorry, giving up...\n";
}
}
}
}
sub feed {
local($mess) = shift(@_);
open(FORK,"|-") || exec @_;
print FORK $mess;
close FORK;
$?;
}
sub getlog {
local($file) = @_;
local($mess) = '';
local($prefix) = "patch$bnum: ";
local($prompt) = $comment;
local($len);
$prompt = '>> ' unless $prompt;
$prefix = '' if $is_first;
print "Type log message for $file (finish with ., CR for previous):\n";
try: for (;;) {
line: for (print "$prompt$prefix";;print "$prompt$prefix") {
if ($always) {
print "\n";
$line = '';
} else {
$line = <stdin>;
}
if ($line =~ /^\.?$/) {
if ($mess) {
last line;
} else {
$line = 'p';
}
}
if ($line =~ /^[h?]$/) {
print "
CR or . Terminate log message.
!<cmd> Start command in a subshell.
D Print out diff listing since last patch.
N Give name of the current file.
E Call editor for log message with a diff listing.
V Call editor for file with a context diff added to HISTORY.
X Extract HISTORY and append it to current log message.
a Always use this message.
d Print out diff listing since last patcil.
f Forget message I have so far.
h or ? This help message.
l List what I have so far.
n Forget this file; go to next file if any.
p Append previous message.
r Print out the rlog for this file.
e Call editor for log message.
v Call editor for file.
x Toggle patch# prefix.
";
next line;
}
if ($line =~ /^!(.*)$/) {
$_ = $1;
$_ = ($ENV{'SHELL'} || "/bin/sh") if $1 eq '';
system $_;
next line;
}
if ($line =~ /^E$/) {
$mess .= "\n" . `rcsdiff -c -rlastpat $files`;
}
if ($line =~ /^e$/) {
$mess = &edit($mess);
next line;
}
if ($line =~ /^V$/) {
######## FIXME #########
# Will do something like:
# &add_history($file, `rcsdiff -c -rlastpat $files`);
# HISTORY
# Extract or add this. Create it if not already there.
# $Log
# $EndLog <<-- stops HISTORY and COPYRIGHT lookup
########################
print "HISTORY processing not implemented yet.\n";
print "(You have to use 'E' to get old 'V' processing).\n";
next line;
}
if ($line =~ /^v$/) {
system $EDITOR, $file;
next line;
}
if ($line =~ /^r$/) {
system "rlog $files | $PAGER";
next line;
}
if ($line =~ /^D$/) {
if ($revs == 0) {
print "Sorry. There is no revision for this file yet.\n";
} else {
system "rcsdiff -c -rlastpat $files | $PAGER";
}
next line;
}
if ($line =~ /^d$/) {
if ($revs == 0) {
print "Sorry. There is no revision for this file yet.\n";
}
elsif ($revs == 1) {
system "rcsdiff -c -r$baserev $files | $PAGER";
} else {
system "rcsdiff -c -r$revbranch $files | $PAGER";
}
next line;
}
if ($line =~ /^N$/) {
print "Typing log message for $file.\n";
next line;
}
if ($line =~ /^f$/) {
$mess = '';
next line;
}
if ($line =~ /^a$/) {
$always++ if $mess || $prevmess;
next line;
}
if ($line =~ /^n$/) {
$mess = 'nope';
last line;
}
if ($line =~ /^l$/) {
foreach $line (split(/\n/,$mess)) {
print $prompt,$line,"\n";
}
next line;
}
if ($line =~ /^p$/) {
$mess .= $prevmess;
foreach $line (split(/\n/,$prevmess)) {
print $prompt,$line,"\n";
}
next line;
}
if ($line =~ /^X$/) {
foreach $line (split(/\n/, &xtract_history($file))) {
$mess .= $prompt . $line . "\n";
print $prompt,$line,"\n";
}
next line;
}
if ($line =~ /^x$/) {
$prefix = $prefix ? '' : "patch$bnum: ";
next line;
}
$mess .= $prefix . $line;
$len = length($comment . $prefix . $line);
if ($len > 80) {
print "(Warning: last line longer than 80 chars)\n";
} elsif ($len > 72) { # In case of vi with line numbers
print "(Warning: last line longer than 72 chars)\n";
}
if (length($mess) > 511) {
print "You'll have to trim to less than 512 chars...\n";
sleep(3);
$mess = &edit($mess);
}
}
$mess = $prevmess if $mess eq '';
if (!$mess) {
print "No previous message, try again.\n";
next try;
}
if (length($mess) > 511) {
print "Sorry, that's too long; RCS won't take it. Try again...\n";
next try;
}
last try;
}
unless ($is_first) {
print LOGS $mess unless $mess eq 'nope';
print MODS "$file\n";
}
$prevmess = $mess unless $mess eq 'nope';
$mess; # Returned value
}
sub edit {
local($text) = join("\n", @_);
my $tmp = File::Temp->new();
print $tmp $text;
close $tmp;
system $EDITOR, "$tmp";
$text = `cat "$tmp"`;
unlink "$tmp";
$text;
}
sub usage {
print STDERR <<EOM;
Usage: $progname [-abfhnpqsV] [filelist]
-a : all the files in MANIFEST.new
-b : batch mode
-f : force check in (passed through to ci)
-h : print this message and exit
-n : all the files newer than patchlevel.h
-p : patching mode (null trunk revision if new file)
-q : ask rcs to be quiet
-s : strip log messages
-V : print version number and exit
EOM
exit 1;
}
sub newer {
open(FIND, "find . -type f -newer patchlevel.h -print | sort |") ||
die "Can't run find.\n";
open(NEWER,">.newer") || die "Can't create .newer.\n";
open(MANI,"MANIFEST.new");
while (<MANI>) {
($name,$foo) = split;
$mani{$name} = 1;
}
close MANI;
while (<FIND>) {
s|^\./||;
chop;
next if m|^MANIFEST|;
next if m|^PACKLIST$|;
if (!$mani{$_}) {
next if m|^MANIFEST.new$|;
next if m|^Changes$|;
next if m|^Wanted$|;
next if m|^.package$|;
next if m|^bugs|;
next if m|^users$|;
next if m|^UU/|;
next if m|^RCS/|;
next if m|/RCS/|;
next if m|^config.sh$|;
next if m|/config.sh$|;
next if m|^make.out$|;
next if m|/make.out$|;
next if m|^all$|;
next if m|/all$|;
next if m|^core$|;
next if m|/core$|;
next if m|^toto|;
next if m|/toto|;
next if m|^\.|;
next if m|/\.|;
next if m|\.o$|;
next if m|\.old$|;
next if m|\.orig$|;
next if m|~$|;
next if $mani{$_ . ".SH"};
next if m|(.*)\.c$| && $mani{$1 . ".y"};
next if m|(.*)\.c$| && $mani{$1 . ".l"};
next if (-x $_ && !m|^Configure$|);
}
print NEWER $_,"\n";
}
close FIND;
close NEWER;
print "Please remove unwanted files...\n";
sleep(2);
system '${EDITOR-vi} .newer';
die "Aborted.\n" unless -s '.newer' > 1;
@ARGV = split(' ',`cat .newer`);
}
sub readpackage {
if (! -f '.package') {
if (
-f '../.package' ||
-f '../../.package' ||
-f '../../../.package' ||
-f '../../../../.package'
) {
die "Run in top level directory only.\n";
} else {
die "No .package file! Run packinit.\n";
}
}
open(PACKAGE,'.package');
while (<PACKAGE>) {
next if /^:/;
next if /^#/;
if (($var,$val) = /^\s*(\w+)=(.*)/) {
$val = "\"$val\"" unless $val =~ /^['"]/;
eval "\$$var = $val;";
}
}
close PACKAGE;
}
sub rcsargs {
local($result) = '';
local($_);
while ($_ = shift(@_)) {
if ($_ =~ /^-/) {
$result .= $_ . ' ';
} elsif ($#_ >= 0 && do equiv($_,$_[0])) {
$result .= $_ . ' ' . $_[0] . ' ';
shift(@_);
} else {
$result .= $_ . ' ' . do other($_) . ' ';
}
}
$result;
}
sub equiv {
local($s1, $s2) = @_;
$s1 =~ s|.*/||;
$s2 =~ s|.*/||;
if ($s1 eq $s2) {
0;
} elsif ($s1 =~ s/$RCSEXT$// || $s2 =~ s/$RCSEXT$//) {
$s1 eq $s2;
} else {
0;
}
}
sub other {
local($s1) = @_;
($dir,$file) = ('./',$s1) unless local($dir,$file) = ($s1 =~ m|(.*/)(.*)|);
$dir = $TOPDIR . $dir if -d $TOPDIR . "$dir/RCS";
local($wasrcs) = ($file =~ s/$RCSEXT$//);
if ($wasrcs) {
`mkdir $dir` unless -d $dir;
$dir =~ s|RCS/||;
} else {
$dir .= 'RCS/';
`mkdir $dir` unless -d $dir;
$file .= $RCSEXT;
}
"$dir$file";
}
sub rcscomment {
local($file) = @_;
local($comment) = '';
open(FILE,$file);
while (<FILE>) {
if (/^(.*)\$Log[:\$]/) { # They know better than us (hopefully)
$comment = $1;
last;
}
}
close FILE;
unless ($comment) {
if ($file =~ /\.SH$|[Mm]akefile/) { # Makefile template
$comment = '# ';
} elsif ($file =~ /\.U$/) { # Metaconfig unit
$comment = '?RCS: ';
} elsif ($file =~ /\.man$/) { # Manual page
$comment = "''' ";
} elsif ($file =~ /\.\d\w?$/) { # Manual page
$comment = "''' ";
} elsif ($file =~ /\.[chyl]$/) { # C source
$comment = " * ";
} elsif ($file =~ /\.e$/) { # Eiffel source
$comment = "-- ";
} elsif ($file =~ /\.pl$/) { # Perl library
$comment = ";# ";
}
}
$comment;
}
# Compute suitable editor name
sub geteditor {
local($editor) = $ENV{'VISUAL'};
$editor = $ENV{'EDITOR'} unless $editor;
$editor = $defeditor unless $editor;
$editor = 'vi' unless $editor;
$editor;
}
# Perform ~name expansion ala ksh...
# (banish csh from your vocabulary ;-)
sub tilda_expand {
local($path) = @_;
return $path unless $path =~ /^~/;
$path =~ s:^~([^/]+):(getpwnam($1))[$[+7]:e; # ~name
$path =~ s:^~:$ENV{'HOME'} || (getpwuid($<))[$[+7]:e; # ~
$path;
}
# Set up profile components into %Profile, add any profile-supplied options
# into @ARGV and return the command invocation name.
sub profile {
local($profile) = &tilda_expand($ENV{'DIST'} || '~/.dist_profile');
local($me) = $0; # Command name
$me =~ s|.*/(.*)|$1|; # Keep only base name
return $me unless -s $profile;
local(*PROFILE); # Local file descriptor
local($options) = ''; # Options we get back from profile
unless (open(PROFILE, $profile)) {
warn "$me: cannot open $profile: $!\n";
return;
}
local($_);
local($component);
while (<PROFILE>) {
next if /^\s*#/; # Skip comments
next unless /^$me/o;
if (s/^$me://o) { # progname: options
chop;
$options .= $_; # Merge options if more than one line
}
elsif (s/^$me-([^:]+)://o) { # progname-component: value
$component = $1;
chop;
s/^\s+//; # Trim leading and trailing spaces
s/\s+$//;
$Profile{$component} = $_;
}
}
close PROFILE;
return unless $options;
require 'shellwords.pl';
local(@opts);
eval '@opts = &shellwords($options)'; # Protect against mismatched quotes
unshift(@ARGV, @opts);
return $me; # Return our invocation name
}
|