Changeset 50
- Timestamp:
- 03/29/2006 23:34:03 (6 years ago)
- Location:
- confman
- Files:
-
- 2 edited
-
confman (modified) (1 diff)
-
confmanlib.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r46 r50 539 539 540 540 function remove { 541 local file=`abspath "$1"`542 local response543 541 if [ -z $1 ] ; then print_usage 1 ; fi 544 conf_rm_file $ file542 conf_rm_file $* 545 543 } 546 544 -
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.
