better name foe the args normalizer

This commit is contained in:
Jack L. Frost 2015-02-13 12:20:45 +03:00
parent 8591081269
commit 95c0ffa43b
1 changed files with 2 additions and 2 deletions

4
zpac
View File

@ -138,7 +138,7 @@ abs.get() {
svn checkout "svn://svn.archlinux.org/${svn_repo}/${1}/trunk" "${cfg_workdir}/${1}"
}
args_norm() {
set_argv() {
declare arg opt c
declare -g argv
@ -295,5 +295,5 @@ main() {
esac
}
args_norm "$@"
set_argv "$@"
main "${argv[@]}"