diff options
Diffstat (limited to 'update_libvpx.sh')
| -rwxr-xr-x | update_libvpx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_libvpx.sh b/update_libvpx.sh index 92e40ebe..4e41bf52 100755 --- a/update_libvpx.sh +++ b/update_libvpx.sh @@ -10,7 +10,7 @@ # Usage: # # $ ./update_libvpx.sh [branch | revision | file or url containing a revision] -# When specifying a branch it must be prefixed with origin/ +# When specifying a branch it may be necessary to prefix with origin/ # Tools required for running this tool: # @@ -113,7 +113,7 @@ rm -rf .git .gitignore .gitattributes # Add and remove files. echo "$add" | xargs -I {} git add {} -echo "$delete" | xargs -I {} git rm {} +echo "$delete" | xargs -I {} git rm --ignore-unmatch {} # Find empty directories and remove them. find . -type d -empty -exec git rm {} \; |
