@@ -47,6 +47,12 @@ function _q-tools-update-binary {
rm -rf \
"$QTOOLSPATH"/.git \
"$QTOOLSPATH"/current.tar.gz
local obsoleted_file
if [[ -e .removed_files.txt ]]; then
while obsoleted_file; do
echo removing "$obsoleted_file"
done << .removed_files.txt
fi
set +u
fi
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.