merge
authorGerald Carter <jerry@samba.org>
Fri, 6 Jun 2003 23:44:59 +0000 (23:44 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 6 Jun 2003 23:44:59 +0000 (23:44 +0000)
packaging/SGI/idb.pl

index e49c9c61efda3ea14a539375779f9e841d33de01..72f573b8ee1b44e5321f4e654f83ed7275675231 100755 (executable)
@@ -368,7 +368,7 @@ sub get_line {
     $_ = <MAKEFILE>;
     chomp;
     s/^\s*/ /;
-    substr($line,$cont,1) = $_;
+    substr($line,$cont,1,$_);
   }
   $line =~ s/\$\(EXEEXT\)/$EXEEXT/g;
   $line =~ s/\$\(srcdir\)/$srcdir/g;