mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:26:02 +00:00
4 lines
107 B
Bash
4 lines
107 B
Bash
|
echo '[' > $out
|
||
|
grep '^%include ' $src | cut -d ' ' -f 2 | sed 's/^\(.*\)$/"\1"/' >> $out
|
||
|
echo ']' >> $out
|