Skip to content

Commit 651185a

Browse files
committed
Fix build bug
1 parent 00d2b16 commit 651185a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/openjph/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ cp fuzzing/ojph_expand_fuzz_target $OUT
2525
# Build the seed corpus
2626
cd $SRC
2727
git clone --depth 1 https://github.com/aous72/jp2k_test_codestreams.git
28-
rm $OUT/j2c_expand_fuzz_target_seed_corpus.zip
28+
rm -f $OUT/j2c_expand_fuzz_target_seed_corpus.zip
2929
zip -j $OUT/j2c_expand_fuzz_target_seed_corpus.zip jp2k_test_codestreams/openjph/*.j2c

0 commit comments

Comments
 (0)