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