e013385a58
Now that it is, we get the following error when trying to execute `test/compose/select-display-columns` ```sh ./enabled: 2: [: 4: unexpected operator ``` This commit fixes the enabled check
3 lines
104 B
Bash
Executable File
3 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
[ $(echo -n "😄😊😉😍" | wc -m) = '4' ] && locale | grep LC_CTYPE | grep -qi 'utf-*8'
|