Update of /cvsroot/fink/scripts/buildfink
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6786

Modified Files:
        buildfink 
Log Message:
Remove trailing slash from finkdir

Index: buildfink
===================================================================
RCS file: /cvsroot/fink/scripts/buildfink/buildfink,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- buildfink   5 Apr 2007 02:41:21 -0000       1.57
+++ buildfink   6 Apr 2007 03:00:36 -0000       1.58
@@ -239,6 +239,7 @@
   $opts_ok = 0;
 } else {
   ($FinkDir, $RunDir) = @ARGV;
+  $FinkDir =~ s!/$!!;
 }
 if ($checkpoint and not -f $checkpoint) {
   warn "The specified checkpoint file does not exist.\n";


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to