We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66a5d8c + ecef3c2 commit bb57c1dCopy full SHA for bb57c1d
1 file changed
configure.ac
@@ -9633,7 +9633,7 @@ echo "" >> $OPTION_FILE
9633
# note: cut requires an argument to exit with success.
9634
if colrm >/dev/null 2>&1 </dev/null; then
9635
TRIM="colrm 3"
9636
-elif cut --version >/dev/null 2>&1 </dev/null; then
+elif echo "" | cut -c1 >/dev/null 2>&1 </dev/null; then
9637
TRIM="cut -c1-2"
9638
else
9639
AC_MSG_ERROR([Could not find colrm or cut to make options file])
0 commit comments