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.
実行可能ファイルへのパスを変数に置き換えることは可能ですか?
CFBuildNumber=$(/usr/libexec/PlistBuddy -c "Print CFBuildNumber" $buildPlist)
これは私がやりたいことですが、構文を台無しにしていると思います
buddyPath = /usr/libexec/PlistBuddy CFBuildNumber=$($buddyPath -c "Print CFBuildNumber" $buildPlist)
名前が変数に含まれているコマンドを実行すると正常に機能するはずですが、そのように変数を設定することはできません。使用する
buddyPath=/usr/libexec/PlistBuddy
の周りにスペースなし=。
=