diff options
author | onefang | 2021-09-09 17:38:18 +1000 |
---|---|---|
committer | onefang | 2021-09-09 17:38:18 +1000 |
commit | 72245b608b5913b54d5656fdc3ddf398850a7b30 (patch) | |
tree | a738ce2104cf40bf129abd3f8deb299718974675 | |
parent | If there's no sims, don't bother calculating area of all sims. (diff) | |
download | opensim-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.c | 2 |
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 | } |