diff options
Diffstat (limited to 'phttp')
-rwxr-xr-x | phttp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ get_with_arguments() { return } local META - META=$(curl -sL -w "%{content_type} %{url_effective}\n" $@ -o "$PHTTP_CACHE/files/$BASENAME") && { + META=$(curl -sL -w "\"%{content_type}\" %{url_effective}\n" $@ -o "$PHTTP_CACHE/files/$BASENAME") && { META="$(echo $META | rev | cut -d/ -f2- | rev)/" echo "$META $PHTTP_CACHE/files/$BASENAME" echo "$META" > $PHTTP_CACHE/meta/$BASENAME |