components/parallel/patches/src.sql.patch
changeset 5383 daa35fd7ea40
parent 1083 dcfa3638d3e2
--- a/components/parallel/patches/src.sql.patch	Mon Feb 01 05:47:49 2016 -0800
+++ b/components/parallel/patches/src.sql.patch	Tue Feb 02 07:59:10 2016 -0800
@@ -1,8 +1,10 @@
-This patch is needed because the sql script is expecting the which 
+This patch is needed because the sql script is expecting the which
 command to return errors on stderr, not stdout and assumes anything
-on stdout is an actual path.   (And since /bin/which starts a new 
+on stdout is an actual path.   (And since /bin/which starts a new
 csh, it only checks .cshrc $PATH not current $PATH settings.)
 
+This patch will not be sent upstream.
+
 --- parallel-20120422/src/sql.orig	2012-12-11 13:21:20.855778203 -0800
 +++ parallel-20120422/src/sql	2012-12-11 13:22:33.870295549 -0800
 @@ -890,7 +890,7 @@