8000 get-distro-clang.sh: Do not show error if results.log does not exist · ClangBuiltLinux/misc-scripts@65cc69f · GitHub
[go: up one dir, main page]

Skip to content

Commit 65cc69f

Browse files
committed
get-distro-clang.sh: Do not show error if results.log does not exist
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent d47c454 commit 65cc69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distro-clang/get-distro-clang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ distros=(
6464
base=$(dirname "$(readlink -f "$0")")
6565
results=$base/results.log
6666

67-
rm "$results"
67+
rm -f "$results"
6868

6969
for distro in "${distros[@]}"; do
7070
distro=docker.io/$distro

0 commit comments

Comments
 (0)
0