瀏覽代碼

Don't use ranges in the "tr" command. They work differently on
System V

ceriel 37 年之前
父節點
當前提交
48fa075994
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etc/new_table

+ 1 - 1
etc/new_table

@@ -59,7 +59,7 @@ echo '};'
 (
 echo '#include	<em_flag.h>
 char em_flag[] = {'
-ed - Z <<'A' | tr a-z A-Z
+ed - Z <<'A' | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
 g/^... /s///
 g/ .*/s///
 g/\(.\)\(.\)/s//PAR_\1 | FLO_\2/