[gedit/wip/3.14-osx: 44/69] [osx] Added missing newline in error messages



commit 8be77a17346297d7440890fa9c4ff935bb0d1f84
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Mon Aug 25 10:22:14 2014 +0200

    [osx] Added missing newline in error messages

 osx/build/build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/osx/build/build b/osx/build/build
index 25e1d77..cfaf34b 100755
--- a/osx/build/build
+++ b/osx/build/build
@@ -23,6 +23,7 @@ export PATH="$INSTALLD/bin:$PATH"
 
 function do_exit() {
        printf "$@"
+       echo ""
        exit 1
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]