remove pwd $0 bashism

This commit is contained in:
matthieu
2021-08-31 18:56:43 +00:00
parent ff43a88e32
commit b7edd29714

View File

@@ -879,7 +879,7 @@ AC_OUTPUT
echo ""
echo ""
test -e `pwd $0`/README && cat `pwd $0`/README
test -e `pwd`/README && cat `pwd`/README
accel_msg=""
if test "x$SNA" != "xno"; then