gpt4 book ai didi

当变量值中有一个点时,Linux 脚本执行命令失败

转载 作者:太空宇宙 更新时间:2023-11-04 10:30:37 24 4
gpt4 key购买 nike

这是我在 linux shell 中写的。

read RELEASE_BRANCH

git checkout -b $RELEASE_BRANCH

当我输入带点的内容时,git checkout -b 执行失败。例如,RELEASE_BRANCH=Release1.03

有人可以帮忙吗?

最佳答案

如您的 other recent question 所示,这是因为您之前设置了 IFS=.

作为Charles Duffy wrote , 不要那样做(不要在 read 之后留下伪造的 IFS 值设置)。

关于当变量值中有一个点时,Linux 脚本执行命令失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40140829/

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