Revert "l 5 q: use curl.bin"

This reverts commit f12578c66f.
This commit is contained in:
lassulus 2016-07-07 23:16:57 +02:00
parent 13486879b7
commit 0ff8c0416e

View File

@ -123,7 +123,7 @@ let
'';
q-online = ''
if ${pkgs.curl.bin}/bin/curl -s google.com >/dev/null; then
if ${pkgs.curl}/bin/curl -s google.com >/dev/null; then
echo 'online'
else
echo offline