find removed files
This commit is contained in:
2
rc
2
rc
@@ -49,7 +49,7 @@ function _q-tools-update-binary {
|
|||||||
"$QTOOLSPATH"/current.tar.gz
|
"$QTOOLSPATH"/current.tar.gz
|
||||||
local obsoleted_file
|
local obsoleted_file
|
||||||
if [[ -e .removed_files.txt ]]; then
|
if [[ -e .removed_files.txt ]]; then
|
||||||
while obsoleted_file; do
|
while read obsoleted_file; do
|
||||||
echo removing "$obsoleted_file"
|
echo removing "$obsoleted_file"
|
||||||
done < .removed_files.txt
|
done < .removed_files.txt
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user