Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30102

device-option in configure does not properly set "string with space" argument into DEV_VAL

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.1.0 Beta 1
    • 5.0.1
    • Build System
    • None
    • 79a144d74643c7d124d42edc94475f4f16539c21

    Description

      With respect to the following lines in configure:

       device-option)
              DEV_VAR=`echo $VAL | sed "s,^\(.*\)=.*,\1,"`
              DEV_VAL=`echo $VAL | sed "s,^.*=\(.*\),\1,"`
              DeviceVar set $DEV_VAR $DEV_VAL
      

      I think $DEV_VAL should be enclosed in quotes "" while setting via DeviceVar, so that device-option variables properly support "string with space" argument as its value.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            buddenha Oswald Buddenhagen
            hua-hsing.lee Hua-Hsing Lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes