Commit 34452069 authored by Lev Walkin's avatar Lev Walkin

oops; fixed argument substitution

parent 92876d38
......@@ -32,7 +32,7 @@ args=$(echo "$source_short" | sed -e 's/\.c[c]*$//')
OFS=$IFS
IFS="."
set "$args"
set $args
shift
IFS=$OFS
AFLAGS="$*"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment