summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2012-02-22 19:41:22 +0000
committerTim Retout <tim@retout.co.uk>2012-02-22 19:57:13 +0000
commit9eb6527dae59c661942a7cd91c4d4b317cd33ef0 (patch)
tree453d6bd8c8cb60d992f0aa549503fe981e9b44fa /solenv
parent-Werror=unused-but-set-variable (diff)
downloadcore-9eb6527dae59c661942a7cd91c4d4b317cd33ef0.tar.gz
core-9eb6527dae59c661942a7cd91c4d4b317cd33ef0.zip
Re-enable errors for help pack files with no source.
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/scriptitems.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm
index 325205817994..f91e0198558d 100644
--- a/solenv/bin/modules/installer/scriptitems.pm
+++ b/solenv/bin/modules/installer/scriptitems.pm
@@ -1379,7 +1379,7 @@ sub remove_Files_Without_Sourcedirectory
push( @installer::globals::logfileinfo, $infoline);
push(@missingfiles, "ERROR: File not found: $filename\n");
- $error_occured = 1;
+ $error_occurred = 1;
next; # removing this file from list, if sourcepath is empty
}