gentoo-ebuilds/dev-tcltk/iwidgets/files/iwidgets-4.1.1-dash.patch
Alfredo Tupone 974d0c8532
dev-tcltk/iwidgets: fix unterminated quoted string
Closes: https://bugs.gentoo.org/885809
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2023-03-16 08:30:26 +01:00

11 lines
453 B
Diff

--- a/tclconfig/tcl.m4 2023-03-16 08:23:24.920934671 +0100
+++ b/tclconfig/tcl.m4 2023-03-16 08:24:06.288775313 +0100
@@ -794,7 +794,7 @@
# results, and the version is kept in special file).
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
- system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+ system=MP-RAS-`awk '{print $3}' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`