scripts: Fix quoting to prevent unintended word splitting

This commit is contained in:
Albert Ou
2019-08-31 01:52:51 -07:00
parent 10b708d173
commit 2c2f5a76e3
6 changed files with 32 additions and 34 deletions

View File

@@ -13,5 +13,5 @@ set -e
objs=$(head -n 1 <(make -f <( echo -e 'include Makefile\n$(info $(value fesvr_objs))') -n))
ar rcs -o libfesvr.a $objs
cp -f libfesvr.a $RISCV/lib
cp -f libfesvr.a "${RISCV}/lib"