summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 "$*"
}