diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/rpws | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2004-10-29 Shawn Betts <katia_dilkina@verizon.net> + + * contrib/rpws: remove the echo /tmp/boom line. + 2004-10-28 Shawn Betts <katia_dilkina@verizon.net> * src/actions.c (set_padding): fix the padding order in xsprintf. diff --git a/contrib/rpws b/contrib/rpws index a2372a7..33a7cec 100755 --- a/contrib/rpws +++ b/contrib/rpws @@ -102,8 +102,6 @@ ws_bindings () rp_call bind M-7 exec $0 7 } -echo boom >/tmp/boom - if [ -z $@ ]; then echo "Usage:" echo "$0 -i -- initialize the workspaces" |