Open vishwamartur opened 3 weeks ago
Related to #384
Add gawk_5.2.1.bb file to address QA issues in gawk-ptest package.
gawk_5.2.1.bb
gawk-ptest
-e 's|#! /bin/gawk|#! ${bindir}/gawk|g' \
sed
-e 's|#! /usr/local/bin/gawk|#! ${bindir}/gawk|g' \
Related to #384
Add
gawk_5.2.1.bb
file to address QA issues ingawk-ptest
package.-e 's|#! /bin/gawk|#! ${bindir}/gawk|g' \
to thesed
line to update hashbang lines in affected files.-e 's|#! /usr/local/bin/gawk|#! ${bindir}/gawk|g' \
to thesed
line to update hashbang lines in affected files.