summaryrefslogtreecommitdiffstats
path: root/move/tree/mdk_totem
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-25 12:37:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-25 12:37:24 +0000
commit91cc91c1f95484f281f21bbb4243e3ccfa7e3386 (patch)
tree764bee4fbe474d5ec96643a3bc83286837e918fd /move/tree/mdk_totem
parentf5994c6cedc5b6eda73d874e3286924ee806a57a (diff)
downloaddrakx-backup-do-not-use-91cc91c1f95484f281f21bbb4243e3ccfa7e3386.tar
drakx-backup-do-not-use-91cc91c1f95484f281f21bbb4243e3ccfa7e3386.tar.gz
drakx-backup-do-not-use-91cc91c1f95484f281f21bbb4243e3ccfa7e3386.tar.bz2
drakx-backup-do-not-use-91cc91c1f95484f281f21bbb4243e3ccfa7e3386.tar.xz
drakx-backup-do-not-use-91cc91c1f95484f281f21bbb4243e3ccfa7e3386.zip
allow DEBUG
Diffstat (limited to 'move/tree/mdk_totem')
-rwxr-xr-xmove/tree/mdk_totem2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/tree/mdk_totem b/move/tree/mdk_totem
index a95067442..862543004 100755
--- a/move/tree/mdk_totem
+++ b/move/tree/mdk_totem
@@ -56,7 +56,7 @@ my $needed_processes = join('|', map { quotemeta }
'/sbin/devfsd',
);
-if (find { $_->{cmdline} =~ /^($needed_processes)/ } @busy) {
+if (!$ENV{DEBUG} && find { $_->{cmdline} =~ /^($needed_processes)/ } @busy) {
exec 'totem' if $in->ask_okcancel('', N("You can only run with no CDROM support"));
$in->exit(1);
}