From 231e5c6725dd28e337ef39616531b5def9c33d3a Mon Sep 17 00:00:00 2001 From: Adam Blackburn Date: Thu, 7 Jan 2010 10:39:06 -1000 Subject: [PATCH] have wicd-client pass arguments to wicd-gtk and wicd-curses again --- in/scripts=wicd-client.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/in/scripts=wicd-client.in b/in/scripts=wicd-client.in index 9e91898..54a55ff 100755 --- a/in/scripts=wicd-client.in +++ b/in/scripts=wicd-client.in @@ -31,7 +31,7 @@ If you delete this file, then wicd-client will print the warning if it is launched outside of X (and then recreate this file again). EOF fi - exec %BIN%wicd-curses + exec %BIN%wicd-curses $@ else printf "NOTICE: You do not have an X server active on this console, \n" @@ -41,5 +41,5 @@ EOF fi else - exec %BIN%wicd-gtk + exec %BIN%wicd-gtk $@ fi