我有一个运行python脚本的shell脚本。如果退出代码非零,我想退出当前的csh脚本。 csh脚本中的示例代码似乎不起作用。
./pythonfile.py
if $? != 0 then
echo 'Something went wrong!' $?
exit 1
endif
答案 0 :(得分:2)
大多数'service_manager' => array(
...
'invokables' => array(
...
'Zend\Authentication\AuthenticationService' => 'Zend\Authentication\AuthenticationService',
),
)
版本实际上是<?php echo $this->identity()?>
。在csh
, tcsh
和tcsh
都应该有效。看看$?
文件,似乎自1992年以来一直如此......
代码中的问题是,$status
语句将覆盖Fixes
/ if
变量的值;您需要使用中间变量来存储退出代码。
$status