From 8b2856001e8f250c5b6625043d821368d9acb225 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 29 Nov 2009 15:47:58 +0000 Subject: Always try writing to the history file git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@426 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- publish | 2 -- 1 file changed, 2 deletions(-) (limited to 'publish') 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 -- cgit v1.2.3