Merge pull request #396 from npes87184/master

prepare-dep: use variable for better readability
This commit is contained in:
Romain Vimont 2019-01-16 21:16:04 +01:00 committed by GitHub
commit 4f254d8232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,4 +55,4 @@ get_dep() {
fi
}
get_dep "$1" "$2" "$3"
get_dep "$url" "$sum" "$dir"