aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/SuckIt
diff options
context:
space:
mode:
authordvs12025-02-21 19:06:35 +1000
committerdvs12025-02-21 19:06:35 +1000
commitcacf65a869a68d0ff0d9e4d8e62b4f8e03eeec03 (patch)
tree31d3af09b2384563421549723574728bf2c9392b /SuckIt
parentOne of these days I'll remember how to redirect both stdout and stderr to null. (diff)
downloadnotYetAnotherWiki-cacf65a869a68d0ff0d9e4d8e62b4f8e03eeec03.zip
notYetAnotherWiki-cacf65a869a68d0ff0d9e4d8e62b4f8e03eeec03.tar.gz
notYetAnotherWiki-cacf65a869a68d0ff0d9e4d8e62b4f8e03eeec03.tar.bz2
notYetAnotherWiki-cacf65a869a68d0ff0d9e4d8e62b4f8e03eeec03.tar.xz
debug--
Diffstat (limited to 'SuckIt')
-rwxr-xr-xSuckIt2
1 files changed, 1 insertions, 1 deletions
diff --git a/SuckIt b/SuckIt
index 34456c7..2d25864 100755
--- a/SuckIt
+++ b/SuckIt
@@ -38,7 +38,7 @@ do
38 if [[ "${base}" == "Main" ]]; then 38 if [[ "${base}" == "Main" ]]; then
39 dest="unsorted" 39 dest="unsorted"
40 mkdir -p `dirname users/${file}` 40 mkdir -p `dirname users/${file}`
41 sed -i -E Foswiki/${base}/${file}.HTM -e "s%<a href=\"/System/UserForm\">UserForm</a>%<p></p>%w users/${file}_fos.SED" 41 sed -i -E Foswiki/${base}/${file}.HTM -e "s%<a href=\"/System/UserForm\">UserForm</a>%%w users/${file}_fos.SED"
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