You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/gnuserv/files/gnuserv-3.12.8-gnudoit.patch

16 lines
374 B

--- gnuserv-3.12.8/gnudoit
+++ gnuserv-3.12.8/gnudoit
@@ -27,10 +27,10 @@
if [ $# -eq 0 ]
then
- exec gnuclient $quick -batch
+ exec gnuclient-emacs $quick -batch
else
# I use "$*" instead of "$@" intentionally -- I don't want to have the
# arguments split.
- exec gnuclient $quick -batch -eval "$*"
+ exec gnuclient-emacs $quick -batch -eval "$*"
fi