diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-07-01 14:08:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-07-01 14:08:11 +0000 |
commit | 5167dfde9836f50d58ce2cb404aec08371b8a65e (patch) | |
tree | df87857074952a72966370beb28219386ea1ef69 /sys-libs | |
parent | emerge --clean rsync now works; docs updated too. (diff) | |
download | gentoo-2-5167dfde9836f50d58ce2cb404aec08371b8a65e.tar.gz gentoo-2-5167dfde9836f50d58ce2cb404aec08371b8a65e.tar.bz2 gentoo-2-5167dfde9836f50d58ce2cb404aec08371b8a65e.zip |
Removed buggy quotes
Diffstat (limited to 'sys-libs')
-rwxr-xr-x | sys-libs/gpm/files/gpm-1.19.3-r3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/gpm/files/gpm-1.19.3-r3 b/sys-libs/gpm/files/gpm-1.19.3-r3 index 20bcb71ef040..d70040518a64 100755 --- a/sys-libs/gpm/files/gpm-1.19.3-r3 +++ b/sys-libs/gpm/files/gpm-1.19.3-r3 @@ -12,7 +12,7 @@ EXE=/usr/sbin/gpm start() { ebegin "Starting $SERVICE" - start-stop-daemon --start --quiet --exec "$EXE -- -t $MOUSE" + start-stop-daemon --start --quiet --exec $EXE -- -t $MOUSE eend $? "Started $SERVICE." "Error starting $SERVICE." } |