From 8ba1ea155112ab397d9da969989a955ab2fed0b3 Mon Sep 17 00:00:00 2001 From: Ray Culbertson Date: Wed, 27 Apr 2022 10:44:24 -0500 Subject: [PATCH] don't delete links --- bin/museBuild.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/museBuild.sh b/bin/museBuild.sh index fbc1287..c043216 100755 --- a/bin/museBuild.sh +++ b/bin/museBuild.sh @@ -49,9 +49,6 @@ echo -n "$(date +'%D %H:%M:%S to ')" > $MUSE_BUILD_DIR/.musebuild # this is used to indicate the repos were built even if it # produces no files in the build area during the scons build -# first remove old links, which may be stale -rm -f $MUSE_BUILD_DIR/link/* - # this should work for old link style and new backing style for REPO in $MUSE_LOCAL_REPOS do