Fixed minor bug that caused error noise if the command line had multiple invalid arguments.
1 parent a0a1603 commit 56177050292465ae4ecfe06137ed855ede0edefb
@root root authored on 13 Oct 2007
Showing 1 changed file
View
6
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006, TundraWare Inc, Des Plaines, IL USA
# Copyright (c) 2006-2007, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.110 2006/11/30 08:51:15 root Exp $
# $Id: sysupd,v 1.111 2007/10/13 19:53:21 root Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Command line args override default set
#####
 
 
if [ $*_ = _ ]
if [ "$*"_ = _ ]
then
SETS=$DEFAULTSETS
else
SETS=$*