Lines Matching refs:PATH

145 dnl Emits shell code that verifies that 'PATH' variable
152 # Verify that 'PATH' variable is set, otherwise abort.
156 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
162 echo "$xc_msg_err 'PATH' variable not set. $xc_msg_abrt" >&2
202 dnl is found within 'PATH', otherwise aborts execution.
212 # Verify that 'sed' utility is found within 'PATH', otherwise abort.
223 echo "$xc_msg_err 'sed' utility not found in 'PATH'. $xc_msg_abrt" >&2
235 dnl is found within 'PATH', otherwise aborts execution.
245 # Verify that 'grep' utility is found within 'PATH', otherwise abort.
256 echo "$xc_msg_err 'grep' utility not found in 'PATH'. $xc_msg_abrt" >&2
268 dnl is found within 'PATH', otherwise aborts execution.
274 # Verify that 'tr' utility is found within 'PATH', otherwise abort.
285 echo "$xc_msg_err 'tr' utility not found in 'PATH'. $xc_msg_abrt" >&2
297 dnl is found within 'PATH', otherwise aborts execution.
303 # Verify that 'wc' utility is found within 'PATH', otherwise abort.
314 echo "$xc_msg_err 'wc' utility not found in 'PATH'. $xc_msg_abrt" >&2
326 dnl is found within 'PATH', otherwise aborts execution.
332 # Verify that 'cat' utility is found within 'PATH', otherwise abort.
347 echo "$xc_msg_err 'cat' utility not found in 'PATH'. $xc_msg_abrt" >&2
363 dnl or differentiate paths inside the 'PATH' environment
376 # Directory count in 'PATH' when using a colon separator.
379 for xc_tst_dir in $PATH; do
386 # Directory count in 'PATH' when using a semicolon separator.
389 for xc_tst_dir in $PATH; do
597 dnl or differentiate paths inside the 'PATH' environment