diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-09-29 11:41:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-09-29 11:41:50 -0300 |
commit | c56e025848ee92c7787268d627e77c43ab194454 (patch) | |
tree | 0fc47bef759cda603239dcb4449203fd318d6785 /tor-browser-dl | |
parent | 198149a516130d090a13723ec3c983022c0d0d9a (diff) | |
download | downloaders-c56e025848ee92c7787268d627e77c43ab194454.tar.gz downloaders-c56e025848ee92c7787268d627e77c43ab194454.tar.bz2 |
Minor fix at tor-browser-dl
Diffstat (limited to 'tor-browser-dl')
-rwxr-xr-x | tor-browser-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-browser-dl b/tor-browser-dl index 585e89f..06e1967 100755 --- a/tor-browser-dl +++ b/tor-browser-dl @@ -66,7 +66,7 @@ rm -rf $APP_BASE/$ARCH && \ ( cd $APP_BASE && ln -sf $ARCH-$VERSION $ARCH ) # Set pentadactyl if available -if [ -e '~/.pentadactyl' ]; then +if [ -e "$HOME/.pentadactyl" ]; then ( cd $APP_BASE/$ARCH-$VERSION ln -s ~/.pentadactyl |