mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 11:19:04 +00:00
remove pwd $0 bashism
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user