IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14579


Ignore:
Timestamp:
Aug 20, 2007, 4:00:24 PM (19 years ago)
Author:
eugene
Message:

drop the quotes when defining EXP_TAG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/register.pro

    r14493 r14579  
    145145
    146146    # EXP_TAG is used to generate the unique, but human-readable, filenames
    147     $EXP_TAG = "$TMP_EXP_NAME.$EXP_ID"
     147    $EXP_TAG = $TMP_EXP_NAME.$EXP_ID
    148148
    149149    # specify choice of remote host
     
    256256
    257257    # EXP_TAG is used to generate the unique, but human-readable, filenames
    258     $EXP_TAG = "$TMP_EXP_NAME.$EXP_ID"
     258    $EXP_TAG = $TMP_EXP_NAME.$EXP_ID
    259259
    260260    # specify choice of remote host:(need to choose based on chips)
Note: See TracChangeset for help on using the changeset viewer.