ossp-pkg/cvsfusion/cvsfusion.pl 1.1 -> 1.2
--- cvsfusion.pl 2004/04/22 06:56:28 1.1
+++ cvsfusion.pl 2004/04/23 09:23:38 1.2
@@ -1,6 +1,4 @@
-#!/bin/sh -- # -*- perl -*- -p
-eval 'exec perl -wS $0 ${1+"$@"}'
- if $running_under_some_shell;
+#!/usr/opkg/bin/perl
##
## OSSP cvsfusion - CVS Repository Fusion
## Copyright (c) 2004 Ralf S. Engelschall <rse@engelschall.com>
@@ -120,6 +118,16 @@
print STDERR $prog->{'name'}.":ERROR: $msg\n";
}
+## TEST
+
+my $rcs = new RCS;
+$rcs->tool("rcs", "/usr/bin/rcs");
+$rcs->tool("co", "/usr/bin/co");
+$rcs->tool("diff", "/usr/opkg/bin/diff");
+$rcs->load("bash.spec,v");
+$rcs->save("bash.spec,v.new");
+undef $rcs;
+
__END__
=pod
|
|