From 3d1ef42db39e9e8b755ac4cb75186cb9e26db7b7 Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Wed, 26 Jul 2006 19:53:44 +0100 Subject: [PATCH] Revert "Rename the project creation script so that it is visible to projects." This reverts 7909c90b063af5ccd114498849403031002a9e00 commit. It wouldn't work because the resulting script wouldn't be able to find the skel directory. --- scripts/project-create.sh => install.sh | 0 project-create.sh | 1 - 2 files changed, 1 deletion(-) rename scripts/project-create.sh => install.sh (100%) delete mode 120000 project-create.sh diff --git a/scripts/project-create.sh b/install.sh similarity index 100% rename from scripts/project-create.sh rename to install.sh diff --git a/project-create.sh b/project-create.sh deleted file mode 120000 index 456a14e..0000000 --- a/project-create.sh +++ /dev/null @@ -1 +0,0 @@ -scripts/project-create.sh \ No newline at end of file