Skip to content

Commit

Permalink
fetchurl: change to grep -E to fix #8561
Browse files Browse the repository at this point in the history
Close #21861.
  • Loading branch information
vcunat committed Jan 13, 2017
1 parent bc2e81f commit a652099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/fetchurl/write-mirror-list.sh
@@ -1,4 +1,4 @@
source $stdenv/setup

# !!! this is kinda hacky.
set | grep '^[a-zA-Z]\+=.*://' > $out
set | grep -E '^[a-zA-Z]+=.*://' > $out

0 comments on commit a652099

Please sign in to comment.