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: b2e0ca8ab2f92cace12b4d80c374113be2803634 (plain)
1
2
#!/bin/bash
sed -e :a -e '/\\$/N; s/\\\n//; ta' -e "/^$2/!d" -e "s/$2 = //" $1