[arch-commits] CVS update of arch/build (install.proto)
Dan McGee
dan at archlinux.org
Tue Jul 24 12:36:04 UTC 2007
Date: Tuesday, July 24, 2007 @ 08:36:04
Author: dan
Path: /home/cvs-arch/arch/build
Modified: install.proto (1.6 -> 1.7)
Fix FS 7642, oops in install.proto
---------------+
install.proto | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: arch/build/install.proto
diff -u arch/build/install.proto:1.6 arch/build/install.proto:1.7
--- arch/build/install.proto:1.6 Sun Jul 8 23:58:51 2007
+++ arch/build/install.proto Tue Jul 24 08:36:04 2007
@@ -35,6 +35,6 @@
op=$1
shift
-["$(type -t "$op")" = "function" ] && $op "$@"
+[ "$(type -t "$op")" = "function" ] && $op "$@"
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list