summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-09-17 09:39:12 -0700
committerJoseph Herlant <herlantj@gmail.com>2018-09-17 09:39:12 -0700
commit35a3b8fa2c0c7ae2c4a607144fb8f45360f5c74e (patch)
tree63736e827d3bd1631e0d48dba96e8a16ef065d52
parent389cef1b5380f6183c62795128d1fee8d9344e00 (diff)
downloadnavit-deprecate_setup_wince.tar.gz
Print the deprecation warning for setup_wince.shdeprecate_setup_wince
-rw-r--r--scripts/setup_wince.sh8
1 files 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