summaryrefslogtreecommitdiffstats
path: root/packaging/SGI
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-06-06 22:51:28 +0000
committerHerb Lewis <herb@samba.org>2003-06-06 22:51:28 +0000
commited4a12a812ed154f747dac6d1a9601df1ee5298f (patch)
tree667c2b7343124f7ee572491a682435dbbc341aa3 /packaging/SGI
parent50fdc938222112b5470d05d8cd15386bd0a112df (diff)
downloadsamba-ed4a12a812ed154f747dac6d1a9601df1ee5298f.tar.gz
samba-ed4a12a812ed154f747dac6d1a9601df1ee5298f.tar.xz
samba-ed4a12a812ed154f747dac6d1a9601df1ee5298f.zip
make this work for older version of perl
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-xpackaging/SGI/idb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index 72f573b8ee1..e49c9c61efd 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -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;