Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコード:
RETVAL1=-1 if [ $RETVAL1 -le 0 ] ; then RETVAL1=$RETVAL1+1 print "RETVAL1: $RETVAL1" fi
そして、それRETVAL1: -1+1 を修復する方法を教えてください。
RETVAL1: -1+1