Changeset 518
- Timestamp:
- 05/20/2011 11:05:35 (12 months ago)
- File:
-
- 1 edited
-
trunk/confman.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.in
r517 r518 388 388 # If we can't enter the parent directory, this will help us 389 389 # get the info we need. 390 file=`$SUDO $ABSPATH $1` 390 if ! $SUDO [ -e $1 ]; then 391 echo "No such file or directory: $1" >&2 392 return 1 393 else 394 file=`$SUDO $ABSPATH $1` 395 fi 391 396 fi 392 397 shift
Note: See TracChangeset
for help on using the changeset viewer.
