aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl
diff options
context:
space:
mode:
authoronefang2021-09-03 00:58:23 +1000
committeronefang2021-09-03 00:58:23 +1000
commit86370067ff6b631e6b84c414b56363df4d6d4a54 (patch)
tree8b619de2101dc125ce088ea1f1c962463647a997 /src/sledjchisl
parentOne more try at the dot file problem. (diff)
downloadopensim-SC-86370067ff6b631e6b84c414b56363df4d6d4a54.zip
opensim-SC-86370067ff6b631e6b84c414b56363df4d6d4a54.tar.gz
opensim-SC-86370067ff6b631e6b84c414b56363df4d6d4a54.tar.bz2
opensim-SC-86370067ff6b631e6b84c414b56363df4d6d4a54.tar.xz
Clean up.
Diffstat (limited to 'src/sledjchisl')
-rw-r--r--src/sledjchisl/sledjchisl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index 4c1022d..fb4eb96 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -2025,9 +2025,6 @@ static void copyOpenSim(char *t)
2025// TODO - have to make sure it's all owned by opensimsc. 2025// TODO - have to make sure it's all owned by opensimsc.
2026 if (shellMeFail("cd %s; cp -al %s/current/* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); 2026 if (shellMeFail("cd %s; cp -al %s/current/* -t %s ", scRoot, scRoot, t)) C("Failed to cp!");
2027 if (shellMeFail("cd %s; cp -al %s/current/.??* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); 2027 if (shellMeFail("cd %s; cp -al %s/current/.??* -t %s ", scRoot, scRoot, t)) C("Failed to cp!");
2028// if (shellMeFail("cd %s; cp -al %s/current/.git* -t %s ", scRoot, scRoot, t)) C("Failed to cp!");
2029// if (shellMeFail("cd %s; cp -al %s/current/.nant -t %s ", scRoot, scRoot, t)) C("Failed to cp!");
2030// if (shellMeFail("cd %s; cp -al %s/current/.hgignore -t %s ", scRoot, scRoot, t)) C("Failed to cp!");
2031} 2028}
2032 2029
2033static void runTests(char *tests[], char *title, char* file) 2030static void runTests(char *tests[], char *title, char* file)