remove a temp file

This commit is contained in:
Sylvestre Ledru 2018-12-17 11:01:30 +01:00
parent a5f39e48a8
commit 4c72333341

View File

@ -167,7 +167,7 @@ if (1==1) {
return 42;
}
return 0;}' > foo.c
rm foo
rm foo bar.cc
if test ! -f /usr/lib/llvm-$VERSION/bin/../lib/LLVMgold.so; then
echo "Install llvm-$VERSION-dev"