From 6d04408ecc2e5f63759d0365b9fef60658e89182 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Thu, 20 Nov 2008 02:46:00 -0800 Subject: [PATCH] INSTALL: fix a typo in the pyuic4 section Signed-off-by: David Aguilar --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 32cb7a0e..84fd9358 100644 --- a/INSTALL +++ b/INSTALL @@ -50,7 +50,7 @@ modifying the code. BUILD ISSUES Some systems have pyuic4 scripts that are missing the shebang line. -If your version of $(wich pyuic4) looks like: +If your version of $(which pyuic4) looks like: exec python /path/to/pyuic4.py ... -- 2.11.4.GIT