summaryrefslogtreecommitdiff
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
parente85c0bc9590f4255cc60fb068cb8da2c2e1771db (diff)
downloadratpoison-9cf6deaad6769e12f81e3a1d8c9e3def89e66c5c.zip
(rp_call): Don't print debug information.
-rw-r--r--ChangeLog2
-rwxr-xr-xcontrib/rpws1
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 128d6f2..dbe3fda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2003-06-24 Shawn Betts <sabetts@sfu.ca>
+ * contrib/rpws (rp_call): Don't print debug information.
+
* src/actions.c (cmd_resize): fix error message text
(cmd_resize): likewise
(cmd_defresizeunit): likewise
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 "$*"
}