update from Han
This commit is contained in:
parent
790c55ca52
commit
39e9e25d5b
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||||
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
# 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:
|
# Portability notes:
|
||||||
# To guarantee this script works on all platforms that support fluxbox
|
# To guarantee this script works on all platforms that support fluxbox
|
||||||
|
@ -338,7 +338,7 @@ if [ ! -r "$wallpaper" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eval $WPSETTER $option "$wallpaper"
|
$WPSETTER `eval echo $option` "$wallpaper"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
message "Something went wrong while setting the wallpaper.
|
message "Something went wrong while setting the wallpaper.
|
||||||
Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what."
|
Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what."
|
||||||
|
|
Loading…
Reference in a new issue