diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-08 23:24:16 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-08 23:24:16 +0100 |
commit | af815fd33ccfc02002eb7b325ba9bcbe3b49aaab (patch) | |
tree | fc6c640d8843d534a6a8e5f77cf849cdebe6bb80 | |
parent | 2b13470421825e151851b5d91b0c72b3054fc27f (diff) |
oops...:Dv1.1804
-rwxr-xr-x | src/frontend/cli/sisyphus-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index 08ebc97..965e3f1 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -3,7 +3,7 @@ import sys from libsisyphus import * -#checkSystemMode() +checkSystemMode() pkgList = sys.argv[2:] |