summaryrefslogtreecommitdiff
path: root/Dh_Lib.pm
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:09:33 +0000
committerjoey <joey>1999-08-17 05:09:33 +0000
commit7e30b95a60b9197618c6223388d2c49bee13c2c6 (patch)
treee4d93d173cda83d320aa95b13b329bed2898a93a /Dh_Lib.pm
parent36411bfcb72fc17c6aa0f3b11cdd04e52828db98 (diff)
downloaddebhelper-7e30b95a60b9197618c6223388d2c49bee13c2c6.tar.gz
r170: Initial Import
Diffstat (limited to 'Dh_Lib.pm')
-rw-r--r--Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dh_Lib.pm b/Dh_Lib.pm
index fb02a5dd..f20cd5db 100644
--- a/Dh_Lib.pm
+++ b/Dh_Lib.pm
@@ -261,7 +261,7 @@ sub filearray { my $file=shift;
my @ret;
open (DH_FARRAY_IN,"<$file") || error("cannot read $file: $1");
while (<DH_FARRAY_IN>) {
- push @ret,split(/\s/,$_);
+ push @ret,split(' ',$_);
}
close DH_FARRAY_IN;