Comment 1 for bug 334

Revision history for this message
Ji Yu (noizezone) wrote :

Should be this of course.. :(

--- FooBar.pm.old 2005-04-09 01:56:27.021573568 -0400
+++ FooBar.pm 2005-04-09 01:57:00.968412864 -0400
@@ -92,7 +92,7 @@
 sub do_otgsync {
  my($con) = @_;

-my $XBIN = "$con->{bindir}/gnupod_otgsync.pl";
+my $XBIN = "$con->{bindir}/gnupod_otgsync";

 if(-x $XBIN) {
      my $OLDENV = $ENV{IPOD_MOUNTPOINT};