Mac sh has no echo -n

This commit is contained in:
Marc Wäckerlin
2015-05-04 12:54:01 +00:00
parent 96bb5b886b
commit b4c24c75a0
2 changed files with 29 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ m4_define(x_least, m4_esyscmd_s(
break;
fi
done
echo -n $LEAST
echo $ECHO_N $LEAST
))
m4_define(x_bugreport, m4_esyscmd_s(
head -1 AUTHORS | \