0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

now adding new files created by patch as well (bugfix)

This commit is contained in:
Bert van der Weerd 2022-04-25 12:38:30 +02:00
parent 675c3f47e7
commit 211ee78617
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -34,6 +34,7 @@ cd firefox-$(cat version) && \
git add $(grep '+++' "../$1" | awk '{print $2}' | sed s/^b/./) && \
git commit -am "original" && \
patch -p1 -i "../$1" && \
git add $(grep '+++' "../$1" | awk '{print $2}' | sed s/^b/./) && \
git commit -am "patch" && \
echo "" && \
echo "git-patchtree: Files under git control are: (git ls-tree -r HEAD --name-only)" && \