Cuis-Smalltalk / Cuis-Smalltalk-Dev

Active development of Cuis Smalltalk
MIT License
435 stars 70 forks source link

Inconcistency between scripts: clone vs pull al repos #187

Closed nachoba closed 3 years ago

nachoba commented 3 years ago

Hi, When I run the clonePackageRepos.sh all repos are cloned inside the Cuis-Smalltalk-Dev directory. When I try to run the pullAllRepos.sh it assumes that the repos are outside of the Cuis-Smalltalk-Dev folder, which I think is the correct place for them. I think the script should start with

#!/bin/bash
cd ..
git clone https://github.com/Cuis-Smalltalk/SVG.git
...
...

Cheers Nacho

jvuletich commented 3 years ago

You are right. Just fixed it. Thanks!