Changeset 2661


Ignore:
Timestamp:
10/10/12 14:46:53 (12 years ago)
Author:
Malte Marquarding
Message:

fix program name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install_osx.sh

    r2656 r2661  
    33FTPURL="ftp://ftp.atnf.csiro.au/pub/software/asap"
    44
     5#test -n $1 && export http_proxy=$1
     6
    57if [ `id -u` -ne 0 ]; then
    6   echo "install_asap.sh: Must be executed by root (sudo)"
     8  echo "$0: Must be executed by root (sudo)"
    79  exit 1
    810fi
Note: See TracChangeset for help on using the changeset viewer.