components/parallel/patches/src.sql.patch
changeset 5383 daa35fd7ea40
parent 1083 dcfa3638d3e2
equal deleted inserted replaced
5382:92181ac6984c 5383:daa35fd7ea40
     1 This patch is needed because the sql script is expecting the which 
     1 This patch is needed because the sql script is expecting the which
     2 command to return errors on stderr, not stdout and assumes anything
     2 command to return errors on stderr, not stdout and assumes anything
     3 on stdout is an actual path.   (And since /bin/which starts a new 
     3 on stdout is an actual path.   (And since /bin/which starts a new
     4 csh, it only checks .cshrc $PATH not current $PATH settings.)
     4 csh, it only checks .cshrc $PATH not current $PATH settings.)
       
     5 
       
     6 This patch will not be sent upstream.
     5 
     7 
     6 --- parallel-20120422/src/sql.orig	2012-12-11 13:21:20.855778203 -0800
     8 --- parallel-20120422/src/sql.orig	2012-12-11 13:21:20.855778203 -0800
     7 +++ parallel-20120422/src/sql	2012-12-11 13:22:33.870295549 -0800
     9 +++ parallel-20120422/src/sql	2012-12-11 13:22:33.870295549 -0800
     8 @@ -890,7 +890,7 @@
    10 @@ -890,7 +890,7 @@
     9  sub find_command_in_path {
    11  sub find_command_in_path {