typo fixed (bug #1390 - incorrect mysql_config output)

This commit is contained in:
serg@serg.mylan 2003-09-28 21:35:47 +02:00
parent 1394684e12
commit 9e68df2333

View File

@ -62,7 +62,7 @@ get_full_path ()
{
case $1 in
/*) echo "$1";;
./*) tmp=`pwd`/$1; echo $tmp | sed -e 's;/./;/;' ;;
./*) tmp=`pwd`/$1; echo $tmp | sed -e 's;/\./;/;' ;;
*) which $1 ;;
esac
}