summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2009-11-29 15:47:58 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2009-11-29 15:47:58 +0000
commit8b2856001e8f250c5b6625043d821368d9acb225 (patch)
tree7a6f64570b8eb13339942aa8340207ab11eeeb12 /publish
parentcb664dc959677d357ef2581a3057220348724172 (diff)
Always try writing to the history file
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@426 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'publish')
-rwxr-xr-xpublish2
1 files changed, 0 insertions, 2 deletions
diff --git a/publish b/publish
index 0b4db5c..72a2fd6 100755
--- a/publish
+++ b/publish
@@ -121,9 +121,7 @@ fi
for file in "$@"; do
uri="$base_http/$d_server_http_base/$( echo -n "$file" | uri_encode )"
echo "$uri"
- if [ -w "$history_file" ]; then
history_append "$uri"
- fi
done
while [ "$#" -gt 0 ]; do