forked from mirrors/linphone-iphone
Remove tag for all files, not only non-synced ones
This commit is contained in:
parent
4a28516f66
commit
3e0916e2b1
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ grep -oE '([^ /"])*.png' ../linphone.xcodeproj/project.pbxproj | sort -u > $alre
|
|||
find ../Resources/ -name *.png -exec basename {} \; | sort -u > $to_sync
|
||||
|
||||
# clean red tags
|
||||
tag -r red $to_sync
|
||||
cd ../Resources && tag -r red $(cat $to_sync $already_sync) && cd - 1>/dev/null
|
||||
|
||||
# 'comm' command output files contained in second file but not in first nor in common
|
||||
non_synced_files=$(comm -13 $already_sync $to_sync)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue