1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Corrected site directory usage.

This commit is contained in:
Luke Taylor
2007-09-05 15:55:34 +00:00
parent 74d7d8ebad
commit 590b2e859f
+1 -1
View File
@@ -113,7 +113,7 @@ fi
#
########################################################################################################################
pushd $RELEASE_DIR/site
pushd $SITE_DIR
find . -name "*.html" -maxdepth 2 -mindepth 2 | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
-e 's/Maven Surefire Report/Unit Tests/;' \