sh $CPB_BIN/nm187_sort.sh $CPB_TRANS/$SORT_FILE_ORIGINAL $CPB_TRANS/$OUTPUT_FILE
if [ $? == -1 ]
then
print "Nonmon sort command failed: $!\n"
exit 1
else
print "Nonmon sort command exited with value $?\n"
由于某种原因,如果排序脚本失败,它仍然采用其他部分。我错过了什么?