Fix missing quotes in bash script (#33)

This commit is contained in:
Amaury Chamayou 2019-04-25 14:02:49 +01:00 коммит произвёл Eddy Ashton
Родитель 6d285fdf7c
Коммит 67e7b107d2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,3 @@
#!/bin/bash
LLVM_PROFILE_FILE=${1}.profraw ./${1} -nv
LLVM_PROFILE_FILE="${1}".profraw ./"${1}" -nv