diff options
author | onefang | 2021-08-27 20:28:35 +1000 |
---|---|---|
committer | onefang | 2021-08-27 20:28:35 +1000 |
commit | 337f302e5e0b17bd02fbcc235db2c5510382a71f (patch) | |
tree | 34bd5e1fef40f029bde073c25dd6eade98920b04 /src | |
parent | Log++ (diff) | |
download | opensim-SC-337f302e5e0b17bd02fbcc235db2c5510382a71f.zip opensim-SC-337f302e5e0b17bd02fbcc235db2c5510382a71f.tar.gz opensim-SC-337f302e5e0b17bd02fbcc235db2c5510382a71f.tar.bz2 opensim-SC-337f302e5e0b17bd02fbcc235db2c5510382a71f.tar.xz |
Whitespace cleanup.
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 17525b8..f962572 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -2012,9 +2012,9 @@ static void copyOpenSim(char *t) | |||
2012 | if (shellMeFail("rm -fr ", t)) E("Failed to rm!"); | 2012 | if (shellMeFail("rm -fr ", t)) E("Failed to rm!"); |
2013 | if ((! qfile_exist(t)) && (! qfile_mkdir(t, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", t); | 2013 | if ((! qfile_exist(t)) && (! qfile_mkdir(t, S_IRWXU | S_IRGRP | S_IXGRP, true))) C("Unable to create path %s", t); |
2014 | // TODO - have to make sure it's all owned by opensimsc. | 2014 | // TODO - have to make sure it's all owned by opensimsc. |
2015 | if (shellMeFail("cd %s; cp -lr current/* -t %s ", scRoot, t)) E("Failed to cp!"); | 2015 | if (shellMeFail("cd %s; cp -lr current/* -t %s ", scRoot, t)) E("Failed to cp!"); |
2016 | if (shellMeFail("cd %s; cp -lr current/.git* -t %s ", scRoot, t)) E("Failed to cp!"); | 2016 | if (shellMeFail("cd %s; cp -lr current/.git* -t %s ", scRoot, t)) E("Failed to cp!"); |
2017 | if (shellMeFail("cd %s; cp -lr current/.nant -t %s ", scRoot, t)) E("Failed to cp!"); | 2017 | if (shellMeFail("cd %s; cp -lr current/.nant -t %s ", scRoot, t)) E("Failed to cp!"); |
2018 | if (shellMeFail("cd %s; cp -lr current/.hgignore -t %s ", scRoot, t)) E("Failed to cp!"); | 2018 | if (shellMeFail("cd %s; cp -lr current/.hgignore -t %s ", scRoot, t)) E("Failed to cp!"); |
2019 | } | 2019 | } |
2020 | 2020 | ||