diff --git a/scripts/purge-stale-projects.sh b/scripts/purge-stale-projects.sh index 08bfc549..26bbcb67 100644 --- a/scripts/purge-stale-projects.sh +++ b/scripts/purge-stale-projects.sh @@ -91,7 +91,7 @@ for p in $purged; do done if [ -d dspc/src/CVS ]; then - for i in shared; do + for i in dspcd shared; do sed -i "/D\/$i\/\/\/\// d" dspc/src/CVS/Entries done fi