aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-02-23 03:40:30 +1000
committerdvs12025-02-23 03:40:30 +1000
commitd17acfc386b7c1d919719e1d249024bb234dce8a (patch)
tree22837c8a7e3dd336d79d73eb65ca7a5547bbe1d4
parentThink I finally have the theming cracked. (diff)
downloadnotYetAnotherWiki-d17acfc386b7c1d919719e1d249024bb234dce8a.zip
notYetAnotherWiki-d17acfc386b7c1d919719e1d249024bb234dce8a.tar.gz
notYetAnotherWiki-d17acfc386b7c1d919719e1d249024bb234dce8a.tar.bz2
notYetAnotherWiki-d17acfc386b7c1d919719e1d249024bb234dce8a.tar.xz
Delete all the .SED files, not just some.
-rwxr-xr-xSuckIt2
1 files changed, 1 insertions, 1 deletions
diff --git a/SuckIt b/SuckIt
index 2d25864..6247221 100755
--- a/SuckIt
+++ b/SuckIt
@@ -42,9 +42,9 @@ do
42 if [ -s users/${file}_fos.SED ]; then 42 if [ -s users/${file}_fos.SED ]; then
43 dest="users" 43 dest="users"
44 else 44 else
45 rm users/${file}_fos.SED
46 rm -d `dirname users/${file}` >/dev/null 2>&1 45 rm -d `dirname users/${file}` >/dev/null 2>&1
47 fi 46 fi
47 rm users/${file}_fos.SED
48 mkdir -p `dirname ${dest}/${file}` 48 mkdir -p `dirname ${dest}/${file}`
49 touch Foswiki/${base}/${file}.md 49 touch Foswiki/${base}/${file}.md
50 ln -sfr Foswiki/${base}/${file}.md ${dest}/${file}_fos.md 50 ln -sfr Foswiki/${base}/${file}.md ${dest}/${file}_fos.md