How do I prevent bash script variables from being passed literally?

前端 未结 0 889
独厮守ぢ
独厮守ぢ 2020-12-07 00:43

With this code:

while read row; do
  if [ -d "$SSD_PATH/$row" ]; then
    INCLUDE_SSD="$INCLUDE_SSD --include \\"$row/**\\""
  e         


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