diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-10-12 17:05:52 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-10-15 21:00:56 +0200 |
commit | ed4d3b88014b2697cb17681db4baccacae8c4b59 (patch) | |
tree | 22c1e4a745983063b832e8f9ff876605312c8e1d | |
parent | 1a4a0cc56b2ed405bacba0c24b27a1e4ea4d5fa5 (diff) | |
download | clientdata-ed4d3b88014b2697cb17681db4baccacae8c4b59.tar.gz clientdata-ed4d3b88014b2697cb17681db4baccacae8c4b59.tar.bz2 clientdata-ed4d3b88014b2697cb17681db4baccacae8c4b59.tar.xz clientdata-ed4d3b88014b2697cb17681db4baccacae8c4b59.zip |
So outdated that git lacks the switch command...
-rwxr-xr-x | .tools/testxml.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tools/testxml.sh b/.tools/testxml.sh index bdd11628..3f5f445c 100755 --- a/.tools/testxml.sh +++ b/.tools/testxml.sh @@ -9,7 +9,7 @@ aptget_install git-core libxml2-utils python python-pil python-soundfile rm -rf tools git clone https://git.themanaworld.org/specing/tools.git tools -git -C tools switch testxml_update +git -C tools checkout testxml_update cd tools/testxml |