diff options
author | fluxgen <fluxgen> | 2003-09-20 16:03:30 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-20 16:03:30 (GMT) |
commit | 39e9e25d5b0df95ddb72f79d95743cc619f12cf8 (patch) | |
tree | 7b5cc8f7a853021560b0806472f59ad7d4ecaf4c /util/fbsetbg | |
parent | 790c55ca52a90a3f8c2ad5ef51a9b7209be9d14f (diff) | |
download | fluxbox-39e9e25d5b0df95ddb72f79d95743cc619f12cf8.zip fluxbox-39e9e25d5b0df95ddb72f79d95743cc619f12cf8.tar.bz2 |
update from Han
Diffstat (limited to 'util/fbsetbg')
-rw-r--r-- | util/fbsetbg | 4 |
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 |
339 | fi | 339 | fi |
340 | 340 | ||
341 | eval $WPSETTER $option "$wallpaper" | 341 | $WPSETTER `eval echo $option` "$wallpaper" |
342 | if [ $? -ne 0 ]; then | 342 | if [ $? -ne 0 ]; then |
343 | message "Something went wrong while setting the wallpaper. | 343 | message "Something went wrong while setting the wallpaper. |
344 | Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what." | 344 | Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what." |