perl from /usr/bin
CVS patchset: 3385 CVS date: 1999/10/20 16:48:10
This commit is contained in:
parent
b38f7bc532
commit
22947b332e
|
@ -1,5 +1,4 @@
|
|||
|
||||
#!/usr/local/bin/perl
|
||||
#!/usr/bin/perl
|
||||
|
||||
# rpmdiff - a program for comparing two rpm files for differences.
|
||||
# Written by Ken Estes, Mail.com.
|
||||
|
@ -385,7 +384,7 @@ sub set_static_vars {
|
|||
|
||||
$NUM_DIFFERENCES = 0;
|
||||
|
||||
$RCS_REVISION = ' $Revision: 1.1 $ ';
|
||||
$RCS_REVISION = ' $Revision: 1.2 $ ';
|
||||
|
||||
# set a known path.
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
/*
|
||||
Simple progam for pullng all the referenced java classes out of a
|
||||
class file. Java files are supposed to be platform independent, so
|
||||
|
@ -214,7 +212,7 @@ usage (void)
|
|||
"assumed to be zero. \n\n"
|
||||
"");
|
||||
printf("EXAMPLES (Java Keywords): \n\n"
|
||||
"\t public static final String REVISION = \"$Revision: 2.3 $\";\n"
|
||||
"\t public static final String REVISION = \"$Revision: 2.4 $\";\n"
|
||||
"\t public static final String EPOCH = \"4\";\n"
|
||||
"\t public static final String REQUIRES = \"RPM_Requires: "
|
||||
"java(gnu.regexp.RE) java(com.ibm.site.util.Options)>=1.5\";\n"
|
||||
|
|
Loading…
Reference in New Issue