summaryrefslogtreecommitdiff
path: root/publish
diff options
context:
space:
mode:
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