summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-11-25 07:42:58 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-11-25 07:42:58 +0100
commitd014e2e027b32a3aa1061068a5973483fa353e0a (patch)
tree0c74ac2a12e45aabf675fef3348cff9dcca11f49
parent3933655d73e13c0c4f3e304d80a6da86bce5d903 (diff)
downloaddrakx-d014e2e027b32a3aa1061068a5973483fa353e0a.tar
drakx-d014e2e027b32a3aa1061068a5973483fa353e0a.tar.gz
drakx-d014e2e027b32a3aa1061068a5973483fa353e0a.tar.bz2
drakx-d014e2e027b32a3aa1061068a5973483fa353e0a.tar.xz
drakx-d014e2e027b32a3aa1061068a5973483fa353e0a.zip
move comment where it belongs
-rw-r--r--perl-install/standalone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm
index 53293c4a4..806ebf7cd 100644
--- a/perl-install/standalone.pm
+++ b/perl-install/standalone.pm
@@ -9,8 +9,8 @@ use drakbug;
BEGIN { unshift @::textdomains, 'libDrakX-standalone' }
-#- for sanity (if a use standalone is made during install, MANY problems will happen)
require 'log.pm'; #- "require log" causes some pb, perl thinking that "log" is the log() function
+#- for sanity (if a use standalone is made during install, MANY problems will happen)
if ($::isInstall) {
log::l('ERROR: use standalone made during install :-(');
log::l('backtrace: ' . backtrace());