Changeset 502 for branches/confman-1.9/confman.in
- Timestamp:
- 11/12/2009 21:27:51 (3 years ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confman.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confman.in
r500 r502 966 966 shift $(($OPTIND - 1)) 967 967 968 if [ -z "$1" ] ; then print_usage 1 ; fi 969 970 wcopy_lock=$(conf_lock_wcopy) 971 recipe="$1" 968 if [ -z "$1" ] ; then 969 conf_require_recipe 970 recipe=$(conf_get_recipe_name) 971 else 972 recipe="$1" 973 fi 974 975 wcopy_lock=$(conf_lock_wcopy) 972 976 recipe_file=$(conf_recipe_dir)/${recipe} 977 978 if ! [ -f "$recipe_file" ] ; then 979 echo "Recipe $recipe does not exist." >&4 980 exit 1 981 fi 982 973 983 new_recipe_file=$(conf_tmp_file) 974 984
Note: See TracChangeset
for help on using the changeset viewer.
