We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287323a commit ecef3c2Copy full SHA for ecef3c2
1 file changed
configure.ac
@@ -9621,7 +9621,7 @@ echo "" >> $OPTION_FILE
9621
# note: cut requires an argument to exit with success.
9622
if colrm >/dev/null 2>&1 </dev/null; then
9623
TRIM="colrm 3"
9624
-elif cut --version >/dev/null 2>&1 </dev/null; then
+elif echo "" | cut -c1 >/dev/null 2>&1 </dev/null; then
9625
TRIM="cut -c1-2"
9626
else
9627
AC_MSG_ERROR([Could not find colrm or cut to make options file])
0 commit comments