summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-06-06 22:54:00 +0000
committerHerb Lewis <herb@samba.org>2003-06-06 22:54:00 +0000
commit40fad13c8f6999f6b12dfa15ff5994bfc3e9b068 (patch)
tree97fb0ce3d6a4611206da9105318f386650137d0d /packaging
parent9c6d8a51ca22b8e74db086d96f4d2dfafc54985b (diff)
downloadsamba-40fad13c8f6999f6b12dfa15ff5994bfc3e9b068.tar.gz
make this work for older version of perl
Diffstat (limited to 'packaging')
-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;