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