Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit ef864dc

Browse files
committed
Do not redirect
1 parent 68f4187 commit ef864dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makeRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ -d ~/.virtualenvs/json2xml ]
4040

4141
echo "Creating dist for PreTeXt"
4242
source ~/.virtualenvs/json2xml/bin/activate
43-
python scripts/dist2xml.py $1 > runestone/dist/webpack_static_imports.xml
43+
python scripts/dist2xml.py $1
4444
cd runestone
4545
tar zcf dist-$1.tgz dist
4646
else

0 commit comments

Comments
 (0)