summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2009-11-29 15:48:29 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2009-11-29 15:48:29 +0000
commitb59846e20d1b47b5fd333019f5425a42ff23d1e6 (patch)
tree6cd4113bff59074d846e748e5aae0a6784867386 /publish
parent8b2856001e8f250c5b6625043d821368d9acb225 (diff)
Whitespace file
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@427 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'publish')
-rwxr-xr-xpublish4
1 files changed, 2 insertions, 2 deletions
diff --git a/publish b/publish
index 72a2fd6..1782703 100755
--- a/publish
+++ b/publish
@@ -119,9 +119,9 @@ else
fi
for file in "$@"; do
- uri="$base_http/$d_server_http_base/$( echo -n "$file" | uri_encode )"
+ uri="$base_http/$d_server_http_base/$( echo -n "$file" | uri_encode )"
echo "$uri"
- history_append "$uri"
+ history_append "$uri"
done
while [ "$#" -gt 0 ]; do