From 93b3d7e6c589e49c85e1b037840c117357d90e42 Mon Sep 17 00:00:00 2001
From: rathnor <rathnor>
Date: Sun, 20 Jul 2003 10:58:27 +0000
Subject: little update from han

---
 util/fbsetbg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/fbsetbg b/util/fbsetbg
index e13127b..f72fb64 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -23,7 +23,7 @@
 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #
-# $Id: fbsetbg,v 1.10 2003/07/10 11:10:51 fluxgen Exp $
+# $Id: fbsetbg,v 1.11 2003/07/20 10:58:27 rathnor Exp $
 
 #
 # Portability notes:
@@ -116,7 +116,7 @@ message() {
 }
 
 remembercommand() {
-    grep -vs "${DISPLAY}$" ${lastwallpaper} > ${lastwallpaper}.tmp
+    grep -vs "|${DISPLAY}$" ${lastwallpaper} > ${lastwallpaper}.tmp
     mv -f ${lastwallpaper}.tmp ${lastwallpaper}
     # Make dir/../../path/file.jpg work
     case $wallpaper in
-- 
cgit v0.11.2