我正在尝试安装一个工具,当我进行制作时,我在 config.status 文件中收到错误,如下所示:
/bin/sh ./config.status
: command not foundne 6:
: command not foundne 10:
': not a valid identifier export: `SHELL
: command not foundne 16:
./config.status: line 31: syntax error near unexpected token `newline'
'/config.status: line 31: ` ;;
make[1]: *** [Makefile] Error 2
我的前 35 行 config.status 如下:
#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.
debug=false
ac_cs_recheck=false
ac_cs_silent=false
SHELL=${CONFIG_SHELL-bin/sh}
export SHELL
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
# Be more Bourne compatible
DUALCASE=1; export DUALCASE # for MKS sh
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
emulate sh
NULLCMD=:
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias -g '${1+"$@"}'='"$@"'
setopt NO_GLOB_SUBST
else
case `(set -o) 2>/dev/null` in #(
*posix*) :
set -o posix ;; #(
*) :
;;
esac
fi
有人可以帮我吗?提前致谢