diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ThirdPartyInstaller | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ThirdPartyInstaller b/bin/ThirdPartyInstaller index 4d87250..9c8c965 100755 --- a/bin/ThirdPartyInstaller +++ b/bin/ThirdPartyInstaller @@ -539,7 +539,7 @@ fi if Boolean "install-dependencies" then install_cmd="$0 --symlink=$(Entry symlink) --install-dependencies" - cat "$target/Resources/Dependencies" 2> /dev/null | grep "#" | while read line + cat "$target/Resources/Dependencies" 2> /dev/null | grep "http*://" | while read line do depname=$(echo "$line" | awk {'print $1'}) depurl=$(echo "$line" | awk {'print $3'}) |