Changeset 557
- Timestamp:
- 12/16/2011 18:07:03 (5 months ago)
- Location:
- branches/confman-1.9
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
confman.in (modified) (1 diff)
-
confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confman.in
r556 r557 1099 1099 if [ -z "$1" ] ; then print_usage 1 ; fi 1100 1100 local recipe="$1" 1101 wcopy_lock=$(conf_lock_wcopy) 1102 system_lock=$(conf_lock_system) 1101 1103 if ! [ -f "$(conf_recipe_dir)/${recipe}" ] ; then 1102 1104 echo "Error: recipe $recipe does not exist. Create it first!" >&2 1103 1105 exit 1 1104 1106 fi 1105 wcopy_lock=$(conf_lock_wcopy)1106 system_lock=$(conf_lock_system)1107 1107 conf_set_recipe "$recipe" 1108 1108 conf_unlock_system $system_lock -
branches/confman-1.9/confmanlib.sh.in
r555 r557 1216 1216 echo "Error: this action requires that your working copy exist." >&2 1217 1217 echo 'Please see `confman help setup` for more information.' >&2 1218 exit 11218 die 1219 1219 fi 1220 1220 }
Note: See TracChangeset
for help on using the changeset viewer.
