Lines Matching refs:filepath
367 FILEPATH) if [[ -z $filepath ]]; then
1684 filepath="$OPTARG"
1798 if [[ -z $dnsarg && (-z $options || -z $filepath) ]]; then
1839 if [[ -z $kdc_list && (-z $options || -z $filepath) ]]; then
1873 if [[ -n $domain_list && (-z $options || -z $filepath) ]]; then
1922 if [[ -z $options || -z $filepath ]]; then
1926 read filepath
1930 if [[ -n $filepath && -r $filepath ]]; then
1931 cp $filepath $KRB5_CONFIG
1933 printf "$(gettext "Copied %s to %s").\n" $filepath $KRB5_CONFIG
1935 printf "$(gettext "Copy of %s failed, exiting").\n" $filepath >&2
1938 elif [[ -n $filepath ]]; then
1939 printf "\n$(gettext "%s not found, exiting").\n" $filepath >&2