From 87ff4a9ce5c2b8787af12f14a1b8565ffd189382 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 23 Nov 2016 09:08:15 +0100 Subject: codestyle: "curl -o - ..." -> "curl ..." --- checkAllRepos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkAllRepos') diff --git a/checkAllRepos b/checkAllRepos index 782f6217..fbe7c1bd 100755 --- a/checkAllRepos +++ b/checkAllRepos @@ -93,7 +93,7 @@ fi if ${alle} then - curl -o - "https://wiki.archlinux.org/index.php/Unofficial_user_repositories" 2> /dev/null | \ + curl "https://wiki.archlinux.org/index.php/Unofficial_user_repositories" 2> /dev/null | \ sed 's|#.*$||' | \ sed ' :begin; -- cgit v1.2.3-54-g00ecf