Changeset 66
- Timestamp:
- 04/12/2006 18:30:41 (6 years ago)
- File:
-
- 1 edited
-
confman/confman (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r64 r66 478 478 function import { 479 479 local module=$1 480 local file=`abspath $2` 481 local response usefile suffix 480 local response usefile suffix file 482 481 local mode=$DEFAULT_MODE_FILE 483 482 local owner=$DEFAULT_OWNER … … 487 486 print_usage 1 488 487 fi 488 489 if [ -r $2 ] ; then 490 file=`abspath $2` 491 else 492 # If we can't enter the parent directory, this will help us 493 # get the info we need. 494 file=`sudo abspath $2` 495 fi 496 489 497 490 498 # See if we're importing a singularity
Note: See TracChangeset
for help on using the changeset viewer.
