[Python-apps-commits] r1479 - in packages/slingshot/trunk/debian (slingshot-launcher)
ryanakca-guest at users.alioth.debian.org
ryanakca-guest at users.alioth.debian.org
Thu Jun 19 21:20:26 UTC 2008
Date: Thursday, June 19, 2008 @ 21:20:24
Author: ryanakca-guest
Revision: 1479
Pass command line options to slingshot-launcher
Modified:
packages/slingshot/trunk/debian/slingshot-launcher
Modified: packages/slingshot/trunk/debian/slingshot-launcher
===================================================================
--- packages/slingshot/trunk/debian/slingshot-launcher 2008-06-19 21:17:09 UTC (rev 1478)
+++ packages/slingshot/trunk/debian/slingshot-launcher 2008-06-19 21:20:24 UTC (rev 1479)
@@ -1,4 +1,4 @@
#! /bin/sh
# Launch slingshot
cd /usr/share/games/slingshot/
-exec python slingshot.py
+exec python slingshot.py $@
More information about the Python-apps-commits
mailing list