Changeset 1457 for ThirdParty/Mumps/trunk/get.Mumps
- Timestamp:
- Dec 18, 2009 9:43:23 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/trunk/get.Mumps
r1412 r1457 8 8 9 9 wgetcmd=wget 10 w getcount=`which wget 2>/dev/null | wc -w`11 if test ! $wgetcount = 1; then10 whichwget=`which wget 2>/dev/null` 11 if test -z "$whichwget" ; then 12 12 echo "Utility wget not found in your PATH." 13 13 if test `uname` = Darwin; then
Note: See TracChangeset
for help on using the changeset viewer.