Skip to content

Commit

Permalink
Remove force flag to make sure the directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Lai-YT committed Sep 11, 2023
1 parent 42dd86a commit a26de95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install-cxxopts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ wget https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.1.1.tar.gz -O - |
mkdir build/ &&
cmake -B build/ . &&
sudo make -C build/ install &&
rm -rf cxxopts-3.1.1/
rm -r cxxopts-3.1.1/
2 changes: 1 addition & 1 deletion scripts/install-qbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ wget https://c9x.me/compile/release/qbe-1.1.tar.xz -O - | tar Jxf - &&
cd qbe-1.1/ &&
make &&
sudo make install &&
rm -rf qbe-1.1/
rm -r qbe-1.1/

0 comments on commit a26de95

Please sign in to comment.