Changeset 20 in pacpusframework


Ignore:
Timestamp:
01/08/13 13:39:58 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: pacpus_purge_backslash in case where ${${var}} is empty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmake/PacpusUtilities.cmake

    r19 r20  
    7979# ========================================
    8080macro(pacpus_purge_backslash var)
    81   string(REGEX REPLACE "\\\\" "/" ${var} ${${var}})
     81  string(REGEX REPLACE "\\\\" "/" ${var} "${${var}}")
    8282endmacro()
    8383
Note: See TracChangeset for help on using the changeset viewer.