gpt4 book ai didi

linux - 在 bash 脚本中,if 语句出现意外的 "syntax error: unexpected end of file"

转载 作者:IT王子 更新时间:2023-10-29 01:07:57 26 4
gpt4 key购买 nike

<分区>

当我运行以下代码片段时

#!/bin/bash
if [ "foo" = "foo" ];
then
echo "true"
else
echo "false"
fi
echo "end"

我明白了

sfm_write_buffer_test.sh: line 9: syntax error: unexpected end of file

这没有任何意义。 echo 语句工作正常,但是当遇到 if 语句时,它会给出上述错误。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com