/usr/local/bin/perl -> /usr/bin/perl

This commit is contained in:
David Rose 2006-10-17 22:26:52 +00:00
parent 78c4be1c83
commit 2ac33f2119
17 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
if ($#ARGV != -1) {
exit print "Usage: ctihave\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
# acceptable forms:
# ctattach - give usage message

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
if ( $#ARGV != 5 ) {
print STDERR "This is for internal use by attach ONLY\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
sub CTCiUsage {
print STDERR "Usage: ctci [-c \"comment\"] [-nc] element-name [...]\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
sub CTCoUsage {
print STDERR "Usage: ctco [-c \"comment\"] [-nc] element-name [...]\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
if ($#ARGV < 0) {
exit print "Usage: ctdelta element-name [...]\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
if ($#ARGV != -1) {
exit print "Usage: ctihave\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
$tool = $ENV{"DTOOL"} ;
if ( $tool eq "" ) {

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
sub CTMkDirUsage {
print STDERR "Usage: ctmkdir [-c \"comment\"] [-nc] dir-name [...]\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
sub CTMkElemUsage {
print STDERR "Usage: ctmkelem [-c \"comment\"] [-nc] [-eltype type] element-name [...]\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
if ( $#ARGV != 1 ) {
exit print "Usage: ctmv from-element to-element\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
# acceptable forms:
# ctquery - list all attached projects and flavors

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
if ( $#ARGV < 0 ) {
exit print "Usage: ctrmelem element-name [...]\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
$tool = $ENV{"DTOOL"} ;
if ( $tool eq "" ) {

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
if ($#ARGV < 0) {
exit print "Usage: cttimewarp [-clear] label [time]\n" ;

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
# acceptable forms:
# ctunattach project - attach to the personal flavor of the project

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
if ( $#ARGV < 0 ) {
exit print "Usage ctunco element-name [...]\n" ;