aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-09-09 17:29:54 +1000
committeronefang2021-09-09 17:29:54 +1000
commit57722c27b625a4904082450d134fc4eab5c79e9b (patch)
treee8476faa243440530411fe88a98e6e4da195770b
parentExample sim - Sandbox. (diff)
downloadopensim-SC-57722c27b625a4904082450d134fc4eab5c79e9b.zip
opensim-SC-57722c27b625a4904082450d134fc4eab5c79e9b.tar.gz
opensim-SC-57722c27b625a4904082450d134fc4eab5c79e9b.tar.bz2
opensim-SC-57722c27b625a4904082450d134fc4eab5c79e9b.tar.xz
Oops, should actually provide the arguments. lol
Diffstat (limited to '')
-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 dd5b926..b983448 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/"); 1790 shellMeFail("cp %s/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 }