aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-20 16:03:30 (GMT)
committerfluxgen <fluxgen>2003-09-20 16:03:30 (GMT)
commit39e9e25d5b0df95ddb72f79d95743cc619f12cf8 (patch)
tree7b5cc8f7a853021560b0806472f59ad7d4ecaf4c /util/fbsetbg
parent790c55ca52a90a3f8c2ad5ef51a9b7209be9d14f (diff)
downloadfluxbox-39e9e25d5b0df95ddb72f79d95743cc619f12cf8.zip
fluxbox-39e9e25d5b0df95ddb72f79d95743cc619f12cf8.tar.bz2
update from Han
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 b406a63..b72c7cc 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.18 2003/09/18 12:15:17 fluxgen Exp $ 26# $Id: fbsetbg,v 1.19 2003/09/20 16:03:30 fluxgen Exp $
27 27
28# Portability notes: 28# Portability notes:
29# To guarantee this script works on all platforms that support fluxbox 29# To guarantee this script works on all platforms that support fluxbox
@@ -338,7 +338,7 @@ if [ ! -r "$wallpaper" ]; then
338 exit 1 338 exit 1
339fi 339fi
340 340
341eval $WPSETTER $option "$wallpaper" 341$WPSETTER `eval echo $option` "$wallpaper"
342if [ $? -ne 0 ]; then 342if [ $? -ne 0 ]; then
343 message "Something went wrong while setting the wallpaper. 343 message "Something went wrong while setting the wallpaper.
344Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what." 344Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what."