diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-07 12:22:21 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-07 12:22:21 +0100 |
commit | d6a2b10995f40f1807cb4c6fec83a0bf49b41465 (patch) | |
tree | ffcf198b17fff14068bba0ef7ad9ed4d21704a86 | |
parent | a6aca8853173a1622f9e5eb668786f16ae1eab01 (diff) | |
download | poezio-d6a2b10995f40f1807cb4c6fec83a0bf49b41465.tar.gz poezio-d6a2b10995f40f1807cb4c6fec83a0bf49b41465.tar.bz2 poezio-d6a2b10995f40f1807cb4c6fec83a0bf49b41465.tar.xz poezio-d6a2b10995f40f1807cb4c6fec83a0bf49b41465.zip |
Make the script posix-compliant
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |