diff options
author | onefang | 2021-09-09 17:43:46 +1000 |
---|---|---|
committer | onefang | 2021-09-09 17:43:46 +1000 |
commit | 99b1dd612177ba2ae9563b0fef8c360cf1892f20 (patch) | |
tree | c008bb6aaec6159808bb82d5b5d5e5c5a32d6daa | |
parent | Leak-- (diff) | |
download | opensim-SC-99b1dd612177ba2ae9563b0fef8c360cf1892f20.zip opensim-SC-99b1dd612177ba2ae9563b0fef8c360cf1892f20.tar.gz opensim-SC-99b1dd612177ba2ae9563b0fef8c360cf1892f20.tar.bz2 opensim-SC-99b1dd612177ba2ae9563b0fef8c360cf1892f20.tar.xz |
Error log++
-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 e756d5e..306a4e5 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/current/example/etc/Sandbox.shini %s/etc/", scRoot, scRoot); | 1790 | if (shellMeFail("cp %s/current/example/etc/Sandbox.shini %s/etc/", scRoot, scRoot)) E("Failed to copy Sandbex.shini!"); |
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 | } |