simplify withas (for now)

This commit is contained in:
rocky
2024-03-06 17:19:57 -05:00
parent 33f49849f5
commit f1169af582
7 changed files with 34 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#/bin/bash
owd=$(pwd)
uncompyle6_merge_24_owd=$(pwd)
cd $(dirname ${BASH_SOURCE[0]})
if . ./setup-python-2.4.sh; then
git merge python-3.0-to-3.2
fi
cd $owd
cd $uncompyle6_merge_24_owd