Thread (6 messages) flat view 6 messages, 2 authors, 2016-06-15
DORMANTno replies

[PATCH v2 5/5] update_unicode.sh: Delete the command group

From: <hidden>
Date: 2016-06-15 23:03:19
Subsystem: the rest · Maintainer: Linus Torvalds

From: Beat Bolli <redacted>

Now that the whole file is generated by one single command, the command
group is no longer needed.

Signed-off-by: Beat Bolli <redacted>
---
 update_unicode.sh | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/update_unicode.sh b/update_unicode.sh
index d7343b9..27af77c 100755
--- a/update_unicode.sh
+++ b/update_unicode.sh
@@ -26,16 +26,15 @@ fi &&
 			./configure --enable-warnings=-Werror CFLAGS='-O0 -ggdb'
 		fi &&
 		make
-	) && {
-		UNICODE_DIR=. && export UNICODE_DIR &&
-		cat <<-EOF
-		static const struct interval zero_width[] = {
-			$(uniset/uniset --32 cat:Me,Mn,Cf \
-			  + U+1160..U+11FF - U+00AD | grep -v plane)
-		};
-		static const struct interval double_width[] = {
-			$(uniset/uniset --32 eaw:F,W)
-		};
-		EOF
-	} >$UNICODEWIDTH_H
+	) &&
+	UNICODE_DIR=. && export UNICODE_DIR &&
+	cat >$UNICODEWIDTH_H <<-EOF
+	static const struct interval zero_width[] = {
+		$(uniset/uniset --32 cat:Me,Mn,Cf + U+1160..U+11FF - U+00AD |
+		  grep -v plane)
+	};
+	static const struct interval double_width[] = {
+		$(uniset/uniset --32 eaw:F,W)
+	};
+	EOF
 )
-- 
2.1.3
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help