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>
master
yuchenlin 7 years ago
parent 0e019f8ab8
commit fb73aa101a

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

Loading…
Cancel
Save