@@ -51,9 +51,7 @@ function _q-tools-update-binary {
if [[ -e .removed_files.txt ]]; then
while read obsoleted_file; do
if [[ -e "$obsoleted_file" ]]; then
echo removing "$obsoleted_file"
else
echo no such file: "$obsoleted_file"
rm -f "$obsoleted_file"
fi
done < .removed_files.txt
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.