Update "compat" correctly.
This commit is contained in:
parent
381fa1d33b
commit
e0bead21bb
|
@ -25,7 +25,7 @@ fetch_project_bsnes()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "compat" ]; then
|
if [ -d "compat" ]; then
|
||||||
cd perf
|
cd compat
|
||||||
git pull ..
|
git pull ..
|
||||||
cd ..
|
cd ..
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue