Searched refs:style_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dhgsetup.sh46 "usage: $prog [-f] [-c cdm_path] [-m merge_path] [-n name] [-e email] [-p proxy] [-s style_path]
53 -s style_path : override path to style file
70 s) style_path=$OPTARG;;
108 if [[ -f "$dir/$stylefile" && -z "$style_path" ]]; then
109 style_path="$dir/$stylefile"
112 if [[ -n "$cdm_path" && -n "$style_path" ]]; then
143 echo " style: $style_path"
182 style=$style_path

Completed in 42 milliseconds