summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-07-01 14:08:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-07-01 14:08:11 +0000
commit5167dfde9836f50d58ce2cb404aec08371b8a65e (patch)
treedf87857074952a72966370beb28219386ea1ef69 /sys-libs
parentemerge --clean rsync now works; docs updated too. (diff)
downloadgentoo-2-5167dfde9836f50d58ce2cb404aec08371b8a65e.tar.gz
gentoo-2-5167dfde9836f50d58ce2cb404aec08371b8a65e.tar.bz2
gentoo-2-5167dfde9836f50d58ce2cb404aec08371b8a65e.zip
Removed buggy quotes
Diffstat (limited to 'sys-libs')
-rwxr-xr-xsys-libs/gpm/files/gpm-1.19.3-r32
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."
}