Changeset 1546 for ThirdParty/Glpk/trunk/get.Glpk
- Timestamp:
- May 6, 2010 9:55:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/get.Glpk
r1471 r1546 5 5 6 6 wgetcmd=wget 7 wgetcount=`which wget 2>/dev/null | wc - w`7 wgetcount=`which wget 2>/dev/null | wc -l` 8 8 if test ! $wgetcount = 1; then 9 9 echo "Utility wget not found in your PATH."
Note: See TracChangeset
for help on using the changeset viewer.