summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}