|
From: Benjamin C. <bc...@us...> - 2001-08-16 19:21:07
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv27038
Modified Files:
configure
Log Message:
Slight tweak
Index: configure
===================================================================
RCS file: /cvsroot/phpbt/phpbt/configure,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- configure 2001/08/13 13:47:37 1.6
+++ configure 2001/08/16 19:21:02 1.7
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/bash
DIALOG=${DIALOG=dialog}
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$
trap "rm -f $tempfile" 0 1 2 5 15
|