From 3a475abacbba29fa2d4ced2bc5fba1070cc07000 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 May 2011 17:36:35 +0000 Subject: exit if cp fails, doc cleanups. git-svn-id: svn://tug.org/texlive/trunk@22649 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-linked-scripts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Master') diff --git a/Master/tlpkg/bin/tl-update-linked-scripts b/Master/tlpkg/bin/tl-update-linked-scripts index 8f9a5b2ef44..5ef63786983 100755 --- a/Master/tlpkg/bin/tl-update-linked-scripts +++ b/Master/tlpkg/bin/tl-update-linked-scripts @@ -24,13 +24,7 @@ compare_and_copy () { cmp -s $Src/$file $Dest/$file && continue echo "updating $Src/$file -> $Dest/$file" diff -u0 $Src/$file $Dest/$file - cp $Src/$file $Dest/$file - - # simpler/clearer history to just update? - #svn delete --force $Dest/$file && svn copy $Src/$file $Dest/$file || exit 1 - - # keyword expansion should be off in $Dest, so this shouldn't be needed: - #cp $Src/$file $Dest/$file + cp $Src/$file $Dest/$file || exit 1 done } -- cgit v1.2.3