diff options
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/eshowkw | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/eshowkw b/bin/eshowkw index a64aa96..e987cce 100644 --- a/bin/eshowkw +++ b/bin/eshowkw @@ -3,6 +3,7 @@ # Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +import sys from gentoolkit.eshowkw import main as emain -emain(args[1:]) +sys.exit(emain(sys.argv[1:]))
\ No newline at end of file |
