From 3744281b9ae8aa0ab86ceaee1afe8a603e3aeb2c Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 19 Nov 2012 10:16:38 +0100 Subject: dos -> unix --- xorg-server/xkeyboard-config/tests/testShortDescriptions | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'xorg-server/xkeyboard-config/tests/testShortDescriptions') diff --git a/xorg-server/xkeyboard-config/tests/testShortDescriptions b/xorg-server/xkeyboard-config/tests/testShortDescriptions index c05299e97..886b5ab0c 100644 --- a/xorg-server/xkeyboard-config/tests/testShortDescriptions +++ b/xorg-server/xkeyboard-config/tests/testShortDescriptions @@ -1,6 +1,6 @@ -#!/bin/sh - -awk '/shortDescr/{print toupper($0)}' ../rules/base.xml.in | sed 's/<[^>]*>//g;s/ //g' | sort | uniq > xml.sd -awk '{print $1}' ../docs/iso3166-3.csv | sort > iso.sd -diff -u iso.sd xml.sd | grep '+' - +#!/bin/sh + +awk '/shortDescr/{print toupper($0)}' ../rules/base.xml.in | sed 's/<[^>]*>//g;s/ //g' | sort | uniq > xml.sd +awk '{print $1}' ../docs/iso3166-3.csv | sort > iso.sd +diff -u iso.sd xml.sd | grep '+' + -- cgit v1.2.3