Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to MinGwEnvironment
MinGwEnvironment
: pkg-config.sh
File pkg-config.sh,
124 bytes
(added by ath,
6 years
ago)
Workaround for a MSYS command substitution bug
Line
1
#!/bin/sh
2
if
pkg-config
"$@"
> /dev/null 2>&1 ;
then
3
res
=
true
4
else
5
res
=
false
6
fi
7
pkg-config
"$@"
| tr -d
\\
r
&&
$res
Download in other formats:
Original Format