aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-20 10:58:27 (GMT)
committerrathnor <rathnor>2003-07-20 10:58:27 (GMT)
commit93b3d7e6c589e49c85e1b037840c117357d90e42 (patch)
treeef7b73bef9958e20b8c02df99798f4ef4a38936a /util
parent734b99611b0937a94407df0536fcdcd7cad45d13 (diff)
downloadfluxbox_pavel-93b3d7e6c589e49c85e1b037840c117357d90e42.zip
fluxbox_pavel-93b3d7e6c589e49c85e1b037840c117357d90e42.tar.bz2
little update from han
Diffstat (limited to 'util')
-rw-r--r--util/fbsetbg4
1 files 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 @@
23# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 23# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 24# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25# 25#
26# $Id: fbsetbg,v 1.10 2003/07/10 11:10:51 fluxgen Exp $ 26# $Id: fbsetbg,v 1.11 2003/07/20 10:58:27 rathnor Exp $
27 27
28# 28#
29# Portability notes: 29# Portability notes:
@@ -116,7 +116,7 @@ message() {
116} 116}
117 117
118remembercommand() { 118remembercommand() {
119 grep -vs "${DISPLAY}$" ${lastwallpaper} > ${lastwallpaper}.tmp 119 grep -vs "|${DISPLAY}$" ${lastwallpaper} > ${lastwallpaper}.tmp
120 mv -f ${lastwallpaper}.tmp ${lastwallpaper} 120 mv -f ${lastwallpaper}.tmp ${lastwallpaper}
121 # Make dir/../../path/file.jpg work 121 # Make dir/../../path/file.jpg work
122 case $wallpaper in 122 case $wallpaper in