summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-06-25 00:28:56 +0000
committersabetts <sabetts>2003-06-25 00:28:56 +0000
commit9cf6deaad6769e12f81e3a1d8c9e3def89e66c5c (patch)
tree1e7381184f1ca6a26e1d4d444ba5cd7ad2a51405 /contrib
parente85c0bc9590f4255cc60fb068cb8da2c2e1771db (diff)
downloadratpoison-9cf6deaad6769e12f81e3a1d8c9e3def89e66c5c.zip
(rp_call): Don't print debug information.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/rpws1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/rpws b/contrib/rpws
index c794b49..d8c5c52 100755
--- a/contrib/rpws
+++ b/contrib/rpws
@@ -28,7 +28,6 @@ RATPOISON=ratpoison
function rp_call ()
{
- echo "$RATPOISON -c \"$*\"" >/tmp/cmds
$RATPOISON -c "$*"
}