Skip to content

Fix portability of alias.sh

Marco Clemencic requested to merge fix-alias-incompatibilities into master
  • do not use export -f (it's a bash extension, not needed because we source aliases.sh in every sub-shell)
  • do not use - in function names (not POSIX compliant)

Merge request reports