5 lines
87 B
Bash
5 lines
87 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
# !!! this is kinda hacky.
|
||
|
set | grep '^[a-zA-Z]\+=.*://' > $out
|