From ac46d1c58664c4e6bd94a94e42c516f8e039a45a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 13 Jun 2011 14:47:52 -0500 Subject: whoops, used the wrong variable here (bash sucks) --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bashrc') 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 { -- cgit v1.2.3-54-g00ecf