aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
Diffstat (limited to 'util/fbsetbg')
-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