Changeset 482 for branches/confman-1.9/confman.in
- Timestamp:
- 11/11/2009 14:15:28 (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
r481 r482 1103 1103 1104 1104 function recipe_print { 1105 if [ -z "$1" ] ; then print_usage 1 ; fi1106 1105 local recipe="$1" 1106 1107 if [ -z "$recipe" ] ; then 1108 recipe=$(conf_get_recipe_name) 1109 fi 1110 1107 1111 if ! [ -f "$(conf_recipe_dir)/${recipe}" ] ; then 1108 1112 echo "Error: recipe $recipe does not exist." >&2 1109 1113 exit 1 1110 1114 fi 1115 1111 1116 cat "$(conf_recipe_dir)/${recipe}" 1112 1117 }
Note: See TracChangeset
for help on using the changeset viewer.
