Project

General

Profile

« Previous | Next » 

Revision 8888

lib/util.sh: use declare instead of local in aliases so that the aliases can also be used outside a function (declare will create a local var when used inside a function, and a global var otherwise)

  • added
  • modified
  • copied
  • renamed
  • deleted