1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

Merge branch 'master' of github.com:notwa/rc

This commit is contained in:
Connor Olding 2017-05-01 00:50:17 +00:00
commit bd62e4cce5

View File

@ -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
}