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:
parent
0e019f8ab8
commit
fb73aa101a
1 changed files with 1 additions and 1 deletions
|
@ -55,4 +55,4 @@ get_dep() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
get_dep "$1" "$2" "$3"
|
get_dep "$url" "$sum" "$dir"
|
||||||
|
|
Loading…
Reference in a new issue