2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-19 15:25:46 +00:00
This commit is contained in:
kevin zhuang 2020-05-11 09:59:33 +10:00
parent e87afff46f
commit c61f09d5fe

View File

@ -18,5 +18,6 @@ done < <(
) )
shellcheck -e SC1090 "${scripts[@]}" shellcheck -e SC1090 "${scripts[@]}"
shellcheck "${scripts[@]}"
exit $? exit $?