From 8500132b0a05d22470e63cee1d16191ecb138ecf Mon Sep 17 00:00:00 2001 From: rathnor Date: Sun, 20 Jul 2003 11:23:51 +0000 Subject: more updates from han --- util/fbsetbg | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/util/fbsetbg b/util/fbsetbg index f72fb64..9a22cab 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.11 2003/07/20 10:58:27 rathnor Exp $ +# $Id: fbsetbg,v 1.12 2003/07/20 11:23:51 rathnor Exp $ # # Portability notes: @@ -49,14 +49,14 @@ WHOAMI=`whoami` # Functions display_usage() { - cat <&2 display_usage exit 1 @@ -278,7 +278,7 @@ option=${option:=$full} wallpaper=${wallpaper:=$1} -if [ ! -r "$wallpaper" ];then +if [ ! -r "$wallpaper" ]; then message "Can't find wallpaper $wallpaper" exit 1 fi -- cgit v0.11.2