Use %m, not strerror, and strerror(err) was broken anyways and should have been
authorEric Andersen <andersen@codepoet.org>
Mon, 30 Sep 2002 20:20:20 +0000 (20:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 30 Sep 2002 20:20:20 +0000 (20:20 -0000)
commitad082987d0db7dbc5c9f5b9fd3a0e6030da663f2
tree0be33cdcc0bc3ca9aee4fa7670ffb3364c86bd95
parentd9d47c3078e0f94d1fbd445f972a08c52e50417e
Use %m, not strerror, and strerror(err) was broken anyways and should have been
strerror(errno).  Problem noted by Alexey V. Neyman <alex.neyman@auriga.ru>
shell/lash.c