mirror of
https://github.com/notwa/rc
synced 2025-03-18 15:45:38 -07:00
echo compiler invocation to stdout instead
This commit is contained in:
parent
e582218354
commit
94b32e0a26
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ compile() {
|
|||
fi
|
||||
done
|
||||
|
||||
echo $compiler $std ${final_flags[@]} $file ${libraries[@]} -o $out >&2
|
||||
echo $compiler $std ${final_flags[@]} $file ${libraries[@]} -o $out
|
||||
$compiler $std ${final_flags[@]} $file ${libraries[@]} -o $out >&2
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue