summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-11-09 14:32:40 +0900
committerNorbert Preining <norbert@preining.info>2021-11-09 14:32:40 +0900
commit7dd42519313141db9e6b5d97dc5187f3f49c19c6 (patch)
treeaa55df67be3c79ca1c1620c19db085aab7b6c7b0 /update.sh
parent84340f13be07a07d0b39b6c670a3a5b3244c671c (diff)
ignore pdftex-dev, restore
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files 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