From c56e025848ee92c7787268d627e77c43ab194454 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 29 Sep 2014 11:41:50 -0300 Subject: Minor fix at tor-browser-dl --- tor-browser-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3