diff options
Diffstat (limited to 'components')
-rwxr-xr-x | components/servo/fake-ld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/fake-ld.sh b/components/servo/fake-ld.sh index f14e94ea8c9..d0dd042dbf4 100755 --- a/components/servo/fake-ld.sh +++ b/components/servo/fake-ld.sh @@ -9,7 +9,7 @@ set -o nounset set -o pipefail TARGET_DIR="${OUT_DIR}/../../.." -arm-linux-androideabi-gcc "$@" \ +arm-linux-androideabi-gcc "${@}" \ "${LDFLAGS-}" -lc -shared \ -o "${TARGET_DIR}/libservo.so" touch "${TARGET_DIR}/servo" |