BIND 10 #1041: BIND10 build fails if a directory in the path has spaces

BIND 10 Development do-not-reply at isc.org
Tue Sep 6 20:51:49 UTC 2011


#1041: BIND10 build fails if a directory in the path has spaces
-------------------------------------+-------------------------------------
                   Reporter:  cas    |                 Owner:  jelte
                       Type:         |                Status:  closed
  defect                             |             Milestone:
                   Priority:  major  |  Sprint-20110830
                  Component:         |            Resolution:  fixed
  configuration                      |             Sensitive:  0
                   Keywords:         |           Sub-Project:  Core
            Defect Severity:         |  Estimated Difficulty:  3.0
  Medium                             |           Total Hours:  0
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------

Comment (by jreed):

 The [ or test don't work that way. Use something like:

 {{{
 if `echo $foo | grep " " >/dev/null 2>&1` ; then
   echo contains space;
 fi
 }}}

 (As for if it is $PWD or the $PREFIX or both may need to check.)

-- 
Ticket URL: <http://bind10.isc.org/ticket/1041#comment:18>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list