From 35a3b8fa2c0c7ae2c4a607144fb8f45360f5c74e Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Mon, 17 Sep 2018 09:39:12 -0700 Subject: Print the deprecation warning for setup_wince.sh --- scripts/setup_wince.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/setup_wince.sh b/scripts/setup_wince.sh index 95748bdbd..ca651246f 100644 --- a/scripts/setup_wince.sh +++ b/scripts/setup_wince.sh @@ -1,9 +1,9 @@ #!/bin/bash -# ############################################################# -# This script has been deprecated. If you need to add packages, -# add it to the wince/Dockerfile on the navit/Dockerfiles repo. -# ############################################################# +echo "#############################################################" +echo "This script has been deprecated. If you need to add packages," +echo "add it to the wince/Dockerfile on the navit/Dockerfiles repo." +echo "#############################################################" set -e -- cgit v1.2.1