6 Jun
2017
6 Jun
'17
07:54
On Tuesday, 6 June 2017 9:32 Andreas Schwab wrote:
% should be doubled.
+ glob=${spec#*:} + : >../$pkg.list + for dts in $glob; do + if test ! -e "$dts"; then + continue + fi + if test ! -s ../$pkg.list; then + cp ../boilerplate.list ../$pkg.list + fi + target=${dts%*.dts}
Likewise.
I may be missing something but wouldn't ${dts%%*.dts} expand to empty string whenever $dts ends with ".dts"? Is this what we wan't here? Michal Kubeček -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org