Ignore:
Timestamp:
2013-07-26T07:12:21+12:00 (11 years ago)
Author:
davidb
Message:

Some corrections after testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/echoprint/trunk/src/packages/CASCADE-MAKE.sh

    r27933 r27934  
    1111
    1212
    13 arg1=shift
     13arg1=$1 && shift
    1414
    1515packlist=
    1616if [ "x$arg1" != "x" ] ; then
    1717
    18   if [ $1 == "client" -o $1 == "all" ] ; then
     18  if [ $arg1 == "client" -o $arg1 == "all" ] ; then
    1919    packlist="$packlist CMAKE ZLIB BZIP2 BOOST TAGLIB"
    20   elif [ $1 = "server" ] -o [ $1 = "all" ] ; then
     20  elif [ $arg1 = "server" -o $arg1 = "all" ] ; then
    2121    packlist="$packlist TOKYO-CABINET TOKYO-TYRANT"
    2222  else
Note: See TracChangeset for help on using the changeset viewer.