mirror of
https://github.com/schollz/croc.git
synced 2024-11-24 16:23:47 +03:00
Fixed an error
Fixed an error caused by nonexistence of the directory /etc/bash_completion.d/croc
This commit is contained in:
parent
696479024e
commit
d30433658b
@ -684,7 +684,7 @@ main() {
|
||||
print_message "== Install prefix already exists. No need to create it." "info"
|
||||
fi
|
||||
|
||||
|
||||
[ ! -d "/etc/bash_completion.d/croc" ] && mkdir -p "/etc/bash_completion.d/croc"
|
||||
case "${croc_os}" in
|
||||
"Linux" ) install_file_linux "${tmpdir}/${croc_bin_name}" "${prefix}/";
|
||||
install_file_rcode="${?}";;
|
||||
|
Loading…
Reference in New Issue
Block a user