[gedit/wip/3.14-osx: 26/34] [osx] Add run command to build script



commit b7661eef572627b4a2411956fa3e1d63ccb82786
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Fri Aug 22 13:39:25 2014 +0200

    [osx] Add run command to build script

 osx/build/build |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/osx/build/build b/osx/build/build
index 8012006..669c1f3 100755
--- a/osx/build/build
+++ b/osx/build/build
@@ -116,6 +116,10 @@ function cmd_make() {
        cd "$BASED/$GEDIT_SDK/source/$1" && cmd_jh make
 }
 
+function cmd_run() {
+       cmd_jh run "$@"
+}
+
 function cmd_all() {
        if [ ! -d "$JHBUILD_SOURCED" ]; then
                echo "init..."


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