summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-28 17:40:39 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-28 17:40:39 +0200
commite3aff53d2d938e6a279a8d25be18b92912e44dae (patch)
tree9cad0edf61b6579e6553b9c9e2b61684ccd4307b
parentd091907c0d69364a69aff359fe05035636340ecc (diff)
Allow for passing additional parameters.
-rwxr-xr-xrender_locally1
1 files changed, 1 insertions, 0 deletions
diff --git a/render_locally b/render_locally
index 42574ca1..029194f1 100755
--- a/render_locally
+++ b/render_locally
@@ -25,6 +25,7 @@ ikiwiki \
--plugin goodstuff \
--plugin favicon \
--plugin sidebar \
+ ${1+"$@"} \
"$src" "$dest" &&
echo &&