Bash 4.4.12でのおかしな挙動(もうどこかで報告されてるのかも知れないが見当たらない)(あともしかしたら仕様かも知れない)
$ function func/with/slash() { echo 'foo'; }
$ export -f "func/with/slash"
-bash: export: func/with/slash: cannot export
つまり名前に斜線が含まれる関数をexport
できない。
Bash 4.4.12でのおかしな挙動(もうどこかで報告されてるのかも知れないが見当たらない)(あともしかしたら仕様かも知れない)
$ function func/with/slash() { echo 'foo'; }
$ export -f "func/with/slash"
-bash: export: func/with/slash: cannot export
つまり名前に斜線が含まれる関数をexport
できない。
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.