File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/jobs/configure-checks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,15 +290,15 @@ build_default() {
290
290
# still be there.
291
291
for bf in $before_files ; do
292
292
if [[ ! " ${after_clean_files[*]} " =~ " ${bf} " ]]; then
293
- run echo " Wrongly removed: $bf , existed in original tarball but was removed after ` distclean` "
294
- refute_line " Wrongly removed: $bf , existed in original tarball but was removed after ` distclean` "
293
+ run echo " Wrongly removed: $bf , existed in original tarball but was removed after ' distclean' "
294
+ refute_line " Wrongly removed: $bf , existed in original tarball but was removed after ' distclean' "
295
295
fi
296
296
done
297
297
# # Files which we now find should have been there in the beginning.
298
298
# for af in $after_clean_files; do
299
299
# if [[ ! "${before_files[*]}" =~ "${af}" ]]; then
300
- # run echo "Wrongly kept: $af, didn't exist in original tarball but was kept after ` distclean` "
301
- # refute_line "Wrongly kept: $af, didn't exist in original tarball but was kept after ` distclean` "
300
+ # run echo "Wrongly kept: $af, didn't exist in original tarball but was kept after ' distclean' "
301
+ # refute_line "Wrongly kept: $af, didn't exist in original tarball but was kept after ' distclean' "
302
302
# fi
303
303
# done
304
304
}
You can’t perform that action at this time.
0 commit comments