diff options
-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 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 | } |