瀏覽代碼

fix exit status

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@31623 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 17 年之前
父節點
當前提交
c9d4da516f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/v.in.wfs/v.in.wfs

+ 1 - 1
scripts/v.in.wfs/v.in.wfs

@@ -70,4 +70,4 @@ v.in.ogr dsn="$TMP.xml" out=$OUT -o
 #rm -f "$TMP.xml"
 
 g.message "Vector points map <$OUT> imported from WFS."
-exit
+exit 0