python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / support / kconfig / patches / 11-use-mktemp-for-lxdialog.patch
blobb38af262114c6bb8b03837d8015c65593705d3ef
1 ---
2 lxdialog/check-lxdialog.sh | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
5 Index: b/lxdialog/check-lxdialog.sh
6 ===================================================================
7 --- a/lxdialog/check-lxdialog.sh
8 +++ b/lxdialog/check-lxdialog.sh
9 @@ -36,7 +36,7 @@
12 # Temp file, try to clean up after us
13 -tmp=.lxdialog.tmp
14 +tmp=$(mktemp)
15 trap "rm -f $tmp" 0 1 2 3 15
17 # Check if we can link to ncurses