]> granicus.if.org Git - postgis/commitdiff
Fix itglish.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 8 Jul 2009 15:09:43 +0000 (15:09 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 8 Jul 2009 15:09:43 +0000 (15:09 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4278 b70326c6-7e19-0410-871a-916f4a2858ee

make_dist.sh

index e1d226444c5af8b44baa6f83d11ef8190a0998ca..8528d7a1371edb0d463565abfc6514a3fcf4bfb1 100644 (file)
@@ -27,7 +27,7 @@ outdir="postgis-$version"
 package="postgis-$version.tar.gz"
 
 if [ -d "$outdir" ]; then
-       echo "Output directory $outdir already exist"
+       echo "Output directory $outdir already exists."
        exit 1
 fi