summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index 31c5d2b..8b648bd 100644
--- a/bashrc
+++ b/bashrc
@@ -98,9 +98,9 @@ alias clean_packages='sudo pacman -Rsn $(pacman -Qqdt)'
alias pm="find lib -type f | sort"
function perldoc {
if type -P cpandoc > /dev/null 2>&1; then
- cpandoc "$*"
+ cpandoc "$@"
else
- command perldoc "$*"
+ command perldoc "$@"
fi
}
function incoming {