summaryrefslogtreecommitdiff
path: root/script/qmauth.pl
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-22 15:39:00 +0200
committerJannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de>2022-05-22 15:39:00 +0200
commit1f11775ff8ea42ac1d9c8d1e54628a9e5935d18d (patch)
tree59923d8b8c00a350f7f30c8bbdd53d34276b5b45 /script/qmauth.pl
parent6ed400461bb2429a5818c58a0a5b92f555700edc (diff)
improved build process
Diffstat (limited to 'script/qmauth.pl')
-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