Bash script: elif triggered when it isn't meant to

前端 未结 0 808
轮回少年
轮回少年 2020-12-22 13:56

I am certain this elif statement should not result to true and yet it executes.

start()
{
    echo start was called
}

stop()
{
    echo stop was called
}



         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题