diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | contrib/rpws | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 "$*" } |