2 * Copyright (C) 1989 by Kenneth Almquist. All rights reserved.
3 * This file is part of ash, which is distributed under the terms specified
4 * by the Ash General Public License. See the file named LICENSE.
14 error(char *msg
, ...) {
21 fprintf(stderr
, "%s: %s\n", commandname
, msg
);