Author: wyoung
Date: Thu Jan  3 05:14:00 2008
New Revision: 2062

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2062&view=rev
Log:
Small fix to previous exrun checkin

Modified:
    trunk/exrun

Modified: trunk/exrun
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/exrun?rev=2062&r1=2061&r2=2062&view=diff
==============================================================================
--- trunk/exrun (original)
+++ trunk/exrun Thu Jan  3 05:14:00 2008
@@ -33,7 +33,7 @@
 fi
 
 shift
-if [ -e "$1" ]
+if [ -e "$PROG" ]
 then
        if [ `uname -s` == 'Darwin' ]
        then


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to