Removed old comment

pull/645/head
Piero Toffanin 2019-04-02 16:29:31 -04:00 zatwierdzone przez GitHub
rodzic 5f32296e48
commit a4ece260e1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -3,7 +3,6 @@
# format: OGR output format
# simplify: Simplify value
# epsg: target EPSG code
# destination: destination folder. If it does not exist, it will be created.
#
# ------
# output: If successful, prints the full path to the contours file. Otherwise it prints "error"
@ -47,4 +46,4 @@ if [ -e "output.$$ext" ]; then
echo "$$(pwd)/output.$$ext"
else
echo "error"
fi
fi