Changeset 107 for confman/confman
- Timestamp:
- 05/21/2006 15:05:46 (6 years ago)
- File:
-
- 1 edited
-
confman/confman (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r103 r107 170 170 if [ -z "$*" ] ; then 171 171 print_usage 1 172 elif [ ! -e $1 ] ; then 173 echo File $1 not found! 174 print_usage 1 172 # This check is handled in the library. Calling on a non-existant file isn't 173 # necessarily a syntax error. 174 # elif [ ! -e $1 ] ; then 175 # echo File $1 not found! 176 # print_usage 1 175 177 else 176 178 local msg=`mktemp -t confman`
Note: See TracChangeset
for help on using the changeset viewer.
