Changeset 50 for confman/confmanlib.sh
- Timestamp:
- 03/29/2006 23:34:03 (6 years ago)
- File:
-
- 1 edited
-
confman/confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confmanlib.sh
r49 r50 219 219 220 220 function conf_rm_file { 221 local file=$1 222 if [ ! -f $file ] ; then 223 echo "Error: No such file or directory: $file" >&2 224 fi 225 svn rm $myfile 221 svn rm $* 226 222 } 227 223
Note: See TracChangeset
for help on using the changeset viewer.
