From bbd5c2178654b9a1b46011bd9b87c66cac66f046 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 23 Dec 1997 21:38:53 +0000 Subject: Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to delete tmp files. --- src/tools/ccsym | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/ccsym') diff --git a/src/tools/ccsym b/src/tools/ccsym index 5edb63d1a33..548d58b3592 100755 --- a/src/tools/ccsym +++ b/src/tools/ccsym @@ -1,5 +1,6 @@ #!/bin/sh trap "/bin/rm -f /tmp/$$.*" 0 1 2 3 15 +cd /tmp /bin/cat >$$.c <