From 39e9e25d5b0df95ddb72f79d95743cc619f12cf8 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 20 Sep 2003 16:03:30 +0000 Subject: update from Han --- util/fbsetbg | 4 ++-- 1 file 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 @@ # 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.18 2003/09/18 12:15:17 fluxgen Exp $ +# $Id: fbsetbg,v 1.19 2003/09/20 16:03:30 fluxgen Exp $ # Portability notes: # To guarantee this script works on all platforms that support fluxbox @@ -338,7 +338,7 @@ if [ ! -r "$wallpaper" ]; then exit 1 fi -eval $WPSETTER $option "$wallpaper" +$WPSETTER `eval echo $option` "$wallpaper" if [ $? -ne 0 ]; then message "Something went wrong while setting the wallpaper. Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what." -- cgit v0.11.2