mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
improve chk_tree and trailblank
The chk_tree will check for files in distlist that would otherwise be ignored by trailblank or that are used, by convention, as tempory / test files. Fixed a shellcheck nit in trailblank.
This commit is contained in:
@@ -212,7 +212,7 @@ if [[ -n $BACKUP_MAKEILES ]]; then
|
||||
echo
|
||||
echo "# You need execute the following to remove backup Makefiles:"
|
||||
echo
|
||||
echo "$BACKUP_MAKEILES" | while read file; do
|
||||
echo "$BACKUP_MAKEILES" | while read -r file; do
|
||||
echo "rm -f $file"
|
||||
done
|
||||
EXIT_CODE=7
|
||||
|
Reference in New Issue
Block a user