IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14493


Ignore:
Timestamp:
Aug 14, 2007, 2:18:04 PM (19 years ago)
Author:
Paul Price
Message:

EXP_TAG needs to have the components quoted in order to get sensical output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/register.pro

    r14153 r14493  
    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.