prepare-dep: use variable for better readability

The arguments are saved to variable when script started. Instead of
using $1, $2 and $3, we can use these variables.

Signed-off-by: yuchenlin <npes87184@gmail.com>
This commit is contained in:
yuchenlin 2019-01-15 21:32:46 +08:00
parent 0e019f8ab8
commit fb73aa101a

View file

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