Welcome to mirror list, hosted at ThFree Co, Russian Federation.

extract_makefile_variable.sh « contrib « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bfde712eac38ebfdd176d135845e6e30e033b3c (plain)
1
2
#!/usr/bin/env bash
sed -e :a -e '/\\$/N; s/\\\n//; ta' -e "/^$2/!d" -e "s/$2 = //" $1