diff options
author | onefang | 2019-08-13 03:10:44 +1000 |
---|---|---|
committer | onefang | 2019-08-13 03:10:44 +1000 |
commit | ba62b2817f323de67b5b1a220300c040a8bdb7ec (patch) | |
tree | c1ed908194dc3399737b1b4e476dc465a811fd8f | |
parent | Make [Region] InternalAddress and ExternalHostName reasonable defaults. (diff) | |
download | opensim-SC-ba62b2817f323de67b5b1a220300c040a8bdb7ec.zip opensim-SC-ba62b2817f323de67b5b1a220300c040a8bdb7ec.tar.gz opensim-SC-ba62b2817f323de67b5b1a220300c040a8bdb7ec.tar.bz2 opensim-SC-ba62b2817f323de67b5b1a220300c040a8bdb7ec.tar.xz |
Whitespace--
-rwxr-xr-x | scripts/start-sim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start-sim b/scripts/start-sim index 3e03911..724f81b 100755 --- a/scripts/start-sim +++ b/scripts/start-sim | |||
@@ -56,7 +56,7 @@ then | |||
56 | waiting="-w" | 56 | waiting="-w" |
57 | shift 1 | 57 | shift 1 |
58 | fi | 58 | fi |
59 | 59 | ||
60 | if [ "x$1" = "x" ]; then | 60 | if [ "x$1" = "x" ]; then |
61 | tgt=$(basename $(pwd)) | 61 | tgt=$(basename $(pwd)) |
62 | # These checks are kludgy. | 62 | # These checks are kludgy. |