purge-stale-projects.sh: Purge dspc/src/dspcd

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-07-05 12:44:22 +00:00
commit 8522aa73fa

View file

@ -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