aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-09 17:38:18 +1000
committeronefang2021-09-09 17:38:18 +1000
commit72245b608b5913b54d5656fdc3ddf398850a7b30 (patch)
treea738ce2104cf40bf129abd3f8deb299718974675
parentIf there's no sims, don't bother calculating area of all sims. (diff)
downloadopensim-SC-72245b608b5913b54d5656fdc3ddf398850a7b30.zip
opensim-SC-72245b608b5913b54d5656fdc3ddf398850a7b30.tar.gz
opensim-SC-72245b608b5913b54d5656fdc3ddf398850a7b30.tar.bz2
opensim-SC-72245b608b5913b54d5656fdc3ddf398850a7b30.tar.xz
Use proper path to Sandbox.shini.
-rw-r--r--src/sledjchisl/sledjchisl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index d18c73e..92000ae 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -1787,7 +1787,7 @@ simList *getSims()
1787 // If there's no sims, create the default Sandbox. 1787 // If there's no sims, create the default Sandbox.
1788 if (0 == ourSims->num) 1788 if (0 == ourSims->num)
1789 { 1789 {
1790 shellMeFail("cp %s/example/etc/Sandbox.shini %s/etc/", scRoot, scRoot); 1790 shellMeFail("cp %s/current/example/etc/Sandbox.shini %s/etc/", scRoot, scRoot);
1791 simNotFound(NULL, "Sandbox", "unsorted", 0, 0, 0, 0); 1791 simNotFound(NULL, "Sandbox", "unsorted", 0, 0, 0, 0);
1792 ourSims->doIt = TRUE; 1792 ourSims->doIt = TRUE;
1793 } 1793 }