From d6a2b10995f40f1807cb4c6fec83a0bf49b41465 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 7 Mar 2013 12:22:21 +0100 Subject: Make the script posix-compliant --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 8f606f92..9eed6d17 100755 --- a/update.sh +++ b/update.sh @@ -6,7 +6,7 @@ # Use launch.sh to start poezio directly from here -function error() { +error() { echo -e "\033[1;31mThe script failed to update $1.\033[0m" echo -e "\033[1;31mPlease investigate.\033[0m" exit 1 -- cgit v1.2.3