• Martin Jansa's avatar
    meta*: remove True option to getVar calls · 8063ccb9
    Martin Jansa authored
    * The d.getVar has the second argument as True by default, avoid passing
      it here.
    
        sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \
                -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \
                     | cut -d':' -f1 \
                     | sort -u)
    8063ccb9
ros-useful-buildcfg-vars.inc 1.07 KB