From 7dd42519313141db9e6b5d97dc5187f3f49c19c6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 9 Nov 2021 14:32:40 +0900 Subject: ignore pdftex-dev, restore --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index d3fce80c..a58638f7 100755 --- a/update.sh +++ b/update.sh @@ -50,7 +50,7 @@ if $do_collection ; then for i in `ls tlpkg/tlpsrc/*.tlpsrc | sort` ; do bn=`basename $i .tlpsrc` if [ "$bn" = "00texlive.autopatterns" -o "$bn" = "00texlive.config" -o "$bn" = 00texlive.installation \ - -o "$bn" = collection-contrib -o "$bn" = "ketcindy" ] ; then + -o "$bn" = collection-contrib -o "$bn" = "ketcindy" -o "$bn" = "pdftex-dev" ] ; then continue fi echo "depend $bn" >> $col @@ -66,7 +66,7 @@ if $do_collection ; then read REPLY <&2 case $REPLY in y*|Y*) git commit -m "collection-contrib updated" ;; - *) echo "Ok, leave it for now!" ;; + *) echo "Ok, leave it for now!" ; git restore --staged $col ;; esac fi fi -- cgit v1.2.3