diff options
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 |