Skip to content

Commit

Permalink
Fixed issue #227
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafabrizi committed Aug 3, 2015
1 parent cbe8854 commit 461ca15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropbox_uploader.sh
Expand Up @@ -331,7 +331,7 @@ function urlencode

function normalize_path
{
path=$(echo -e "${1//\/\//\/}")
path=$(echo -e "${1//\/\///}")
if [[ $HAVE_READLINK == 1 ]]; then
new_path=$(readlink -m "$path")

Expand Down

0 comments on commit 461ca15

Please sign in to comment.