Remove argument passing, it's not needed for aliases.

This commit is contained in:
Pavel Roskin 2002-11-01 19:48:45 +00:00
parent d862f8c857
commit 2be7e8d4ea
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
alias mc 'source @suppbindir@/mc-wrapper.csh \!*'
alias mc 'source @suppbindir@/mc-wrapper.csh'

View File

@ -1 +1 @@
alias mc='. @suppbindir@/mc-wrapper.sh "$@"'
alias mc='. @suppbindir@/mc-wrapper.sh'