oops; fixed argument substitution

This commit is contained in:
Lev Walkin 2016-07-03 07:06:42 +00:00
parent 92876d38dd
commit 344520699c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ args=$(echo "$source_short" | sed -e 's/\.c[c]*$//')
OFS=$IFS
IFS="."
set "$args"
set $args
shift
IFS=$OFS
AFLAGS="$*"