From 9a351fb1abd5694bbbb7e38fcb64bb30b3fa74bb Mon Sep 17 00:00:00 2001 From: jak1 Date: Sat, 18 Jun 2022 22:38:35 +0200 Subject: updated ./CI/* scripts to use python3 --- update/pseudo_update.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'update') diff --git a/update/pseudo_update.sh b/update/pseudo_update.sh index 13c7820..47d5914 100755 --- a/update/pseudo_update.sh +++ b/update/pseudo_update.sh @@ -4,6 +4,9 @@ # Author: Andrei Karas (4144) dir=`pwd` +tmp_path=$PATH + +export PATH="$dir:$PATH" previous=`cat commit.txt` rm upload/Extra.zip @@ -29,3 +32,4 @@ echo " " >> resour #cat ../files/xml_mods.txt >>resources.xml echo '' >>resources.xml +export PATH="$tmp_path" \ No newline at end of file -- cgit v1.2.3-60-g2f50