From 509e5a1bca2799cbe364bdc7ed4a315eeea298ee Mon Sep 17 00:00:00 2001 From: lace <> Date: Fri, 1 Sep 2006 17:11:15 +0000 Subject: [PATCH] alias rpm: Fixed fatal typo. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index d480a3a..e0e981d 100644 --- a/.bashrc +++ b/.bashrc @@ -144,7 +144,7 @@ alias disass='objdump -D --target=binary --architecture=i386' alias cal='cal -m' alias vncreadonly='vncviewer -FullColor -Shared -ViewOnly' alias diff='diff -u' -alias rpm='rpm --qf '%{name}-%{version}-%{release}.%{arch}\n' +alias rpm='rpm --qf "%{name}-%{version}-%{release}.%{arch}\n"' # '2>/dev/null' to prevent: unalias: x: not found unalias 2>/dev/null cp # -i -- 1.8.3.1