diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-11-29 15:47:58 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2009-11-29 15:47:58 +0000 |
commit | 8b2856001e8f250c5b6625043d821368d9acb225 (patch) | |
tree | 7a6f64570b8eb13339942aa8340207ab11eeeb12 /publish | |
parent | cb664dc959677d357ef2581a3057220348724172 (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-x | publish | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |