Removed debugging line
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 19 Feb 2009 20:31:02 +0000 (20:31 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 19 Feb 2009 20:31:02 +0000 (20:31 +0000)
factory/nfsmount

index e5b6bfd..8efff6b 100755 (executable)
@@ -38,8 +38,6 @@ if ($nfspath!~/^(((\.\.){1}\/)*|(\/){1})?(([a-zA-Z0-9]*)\/)*([a-zA-Z0-9]*)+$/) {
        die("The remote path $nfspath does not seem to be right.");
 } 
 
-my $mntcmd;
-
 $mntcmd="/bin/mount $remotepath $localpath";
 system($mntcmd);