mkropat / sh-realpath

A portable, pure shell implementation of realpath
MIT License
91 stars 17 forks source link

local: not found (No such file or directory) #11

Open HertzDevil opened 7 months ago

HertzDevil commented 7 months ago

The local keyword is not 100% portable if /bin/sh is indeed the Bourne Shell, or if it is an alias to ksh93 (such as on Solaris / illumos), which uses typeset instead. (Reference) In that case using any of the functions will report a local: not found (No such file or directory) error.