summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/qmauth.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/qmauth.pl b/script/qmauth.pl
index 5bc7bb5..3ecadef 100755
--- a/script/qmauth.pl
+++ b/script/qmauth.pl
@@ -245,7 +245,7 @@ sub move {
}
-main() if !caller;
+main unless caller;
1