[Git][debian-gis-team/ogdi-dfsg][master] Add newline between commands.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Apr 17 19:50:41 BST 2025



Bas Couwenberg pushed to branch master at Debian GIS Project / ogdi-dfsg


Commits:
ec2e38fb by Bas Couwenberg at 2025-04-17T20:50:33+02:00
Add newline between commands.

- - - - -


1 changed file:

- debian/tests/ogdi-bin


Changes:

=====================================
debian/tests/ogdi-bin
=====================================
@@ -8,7 +8,7 @@ TEMPDIR="$(mktemp -d)"
 
 cd "${TEMPDIR}" || exit 1
 
-echo "Downloading dataset: ${DATASET_URL}"
+echo -e "\nDownloading dataset: ${DATASET_URL}"
 wget "${DATASET_URL}" -O "${DATASET_FILE}" 2>&1
 RC=$?
 
@@ -19,7 +19,7 @@ if [ "${RC}" -ne 0 ]; then
     exit "${RC}"
 fi
 
-echo "Unpacking dataset: ${DATASET_FILE}"
+echo -e "\nUnpacking dataset: ${DATASET_FILE}"
 tar xavf "${DATASET_FILE}" 2>&1
 RC=$?
 
@@ -32,7 +32,7 @@ fi
 
 CMD=("ogdi_info" "-u" "gltp:/vrf/${TEMPDIR}/${DATASET_DIR}/data/vpf/vm2alv2/texash")
 
-echo "Executing: ${CMD[@]}"
+echo -e "\nExecuting: ${CMD[@]}"
 ${CMD[@]}
 RC=$?
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/ec2e38fb0e608cbe225eaf235bbcf4d27d01744c

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/ogdi-dfsg/-/commit/ec2e38fb0e608cbe225eaf235bbcf4d27d01744c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250417/7a05f236/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list