X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=bin%2Feshowkw;h=e987cced861344dbaf82ad1fa2d0c7abdc39f298;hb=7a0a42618f4743a28a9a01ba27a170b1945a3348;hp=a64aa96813deaf9be5d4b6394e3d44b11516269e;hpb=a941e1b0c9d8e110c436e3bc81cb0315bb4602ba;p=gentoolkit.git 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