From d85813bf8ae8c0739ba192c4a8a1635654ef3543 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 17 Sep 2006 23:06:43 +0000 Subject: -n for no commits git-svn-id: svn://tug.org/texlive/trunk@2147 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tools/tlrebuild | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Build/tools/tlrebuild') diff --git a/Build/tools/tlrebuild b/Build/tools/tlrebuild index b54d34c38c6..8a0ae6fd6ef 100755 --- a/Build/tools/tlrebuild +++ b/Build/tools/tlrebuild @@ -10,6 +10,13 @@ tools=`cd $mydir && pwd` PATH=$tools:$PATH; export PATH umask 0 +if test x$1 = x-n; then + chicken=true + shift +else + chicken=false +fi +# if test x$1 = x--no-tpm; then no_tpm=true shift @@ -55,6 +62,8 @@ message "#3" message "#4" update-tpm || exit 1) | grep -v '^Writing ' +$chicken && exit 0 + # sanity check of tpms, hopefully nothing to report after the update. message "tpm-check" tpm-check || exit 1 -- cgit v1.2.3