Fix typos in previous commit.
[gentoolkit.git] / bin / eshowkw
index a64aa96813deaf9be5d4b6394e3d44b11516269e..e987cced861344dbaf82ad1fa2d0c7abdc39f298 100644 (file)
@@ -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