summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-10-29 16:28:03 +0000
committersabetts <sabetts>2004-10-29 16:28:03 +0000
commitf9c720556c0d3fd96fe0f5882439fb71ebdcfe77 (patch)
tree23a572862ae6e91b458b2be09b135d03fa02e233
parent64286b2d51d1fe57520b02a9ddab54981d759c00 (diff)
downloadratpoison-f9c720556c0d3fd96fe0f5882439fb71ebdcfe77.zip
remove the echo /tmp/boom line.
-rw-r--r--ChangeLog4
-rwxr-xr-xcontrib/rpws2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bf5e85d..9b19b53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"