aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-libpqxx3/files/patch-tools-splitconfig
blob: 383fb09cfa14fb0a88d9d7bb01572e4e7659d49f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/splitconfig.orig	Wed Aug  9 12:00:50 2006
+++ tools/splitconfig	Wed Aug  9 12:00:59 2006
@@ -58,7 +58,7 @@
 }
 
 
-SAMPLETXT="`mktemp`"
+SAMPLETXT="`mktemp foo`"
 
 # Perform a "grep -F -w -h", or simulate one, searching for any of the patterns
 # listed in "$2" (one per line) in file "$3".  A code for the grep command line