Compare commits

...

1 commit

Author SHA1 Message Date
b8d999d918 Replace check_bin() by reauired_commands in main 2019-11-24 23:59:38 +01:00

View file

@ -351,7 +351,7 @@ esac
if [[ $* =~ ^https://.*\.git$ || $* =~ ^ssh://.*\.git$ ]]
then
check_bin "git"
required_commands "git"
# Check
localrepo="${DOTREPO}/$(basename $* .git)"