aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authoronefang2019-08-13 03:10:44 +1000
committeronefang2019-08-13 03:10:44 +1000
commitba62b2817f323de67b5b1a220300c040a8bdb7ec (patch)
treec1ed908194dc3399737b1b4e476dc465a811fd8f /scripts
parentMake [Region] InternalAddress and ExternalHostName reasonable defaults. (diff)
downloadopensim-SC_OLD-ba62b2817f323de67b5b1a220300c040a8bdb7ec.zip
opensim-SC_OLD-ba62b2817f323de67b5b1a220300c040a8bdb7ec.tar.gz
opensim-SC_OLD-ba62b2817f323de67b5b1a220300c040a8bdb7ec.tar.bz2
opensim-SC_OLD-ba62b2817f323de67b5b1a220300c040a8bdb7ec.tar.xz
Whitespace--
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/start-sim2
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
58fi 58fi
59 59
60if [ "x$1" = "x" ]; then 60if [ "x$1" = "x" ]; then
61 tgt=$(basename $(pwd)) 61 tgt=$(basename $(pwd))
62 # These checks are kludgy. 62 # These checks are kludgy.