Fix new_tex_uwletter to use master branch on master
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,7 +18,7 @@ then
|
||||
|
||||
WORK_DIR=$(mktemp -d)
|
||||
cd "$SOURCEDIR"
|
||||
git archive --format=tar mako | tar x -C "$WORK_DIR"
|
||||
git archive --format=tar master | tar x -C "$WORK_DIR"
|
||||
cd "$CURDIR"
|
||||
mv "$WORK_DIR" "$1"
|
||||
cd "$1"
|
||||
|
||||
Reference in New Issue
Block a user