perl from /usr/bin
authorjbj <devnull@localhost>
Wed, 20 Oct 1999 16:48:10 +0000 (16:48 +0000)
committerjbj <devnull@localhost>
Wed, 20 Oct 1999 16:48:10 +0000 (16:48 +0000)
CVS patchset: 3385
CVS date: 1999/10/20 16:48:10

scripts/rpmdiff
scripts/vpkg-provides.sh
tools/javadeps.c

index 65efd43..f0751d9 100644 (file)
@@ -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.
  
index 8813042..1ca58dc 100755 (executable)
@@ -1,5 +1,3 @@
-
-
 #!/bin/sh
 
 #
index 8ce36d4..a858c75 100644 (file)
@@ -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"