gpt4 book ai didi

linux - 如何将目录更改为 catkin 工作区,然后是 catkin_make,然后返回

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

目前,我使用以下别名来执行此操作:

alias ck='export ck_dir=`pwd` && cd ~/catkin_ws && catkin_make && cd $ck_dir'

这只有在 catkin_make 没有错误地完成时才有效。有没有修改使得

cd $ck_dir

即使 catkin_make 失败也能正常工作?

谢谢。

最佳答案

将您的 && 替换为分号 (;)。

这里有一些要记住的提示:

&& = continue only if previous command passed  
|| = continue only if previous command failed
; = continue regardless of whether the previous command passed or failed

关于linux - 如何将目录更改为 catkin 工作区,然后是 catkin_make,然后返回,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30608563/

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