Otherwise make will think that you are accessing a make variable, not a shell one. on shell: #!/bin/bash for i in *; do echo "i=$i"; done.
確定! 回上一頁