You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by be...@apache.org on 2017/06/14 17:53:29 UTC

[incubator-openwhisk] branch master updated: add back SCRIPTDIR to ubuntu all.sh (#2378)

This is an automated email from the ASF dual-hosted git repository.

berstler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e9106c  add back SCRIPTDIR to ubuntu all.sh (#2378)
2e9106c is described below

commit 2e9106c3a09a9ff5c8024a8fd63b655c6791c291
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Wed Jun 14 13:53:27 2017 -0400

    add back SCRIPTDIR to ubuntu all.sh (#2378)
---
 tools/ubuntu-setup/all.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/ubuntu-setup/all.sh b/tools/ubuntu-setup/all.sh
index 39c19f6..8c2cdbe 100755
--- a/tools/ubuntu-setup/all.sh
+++ b/tools/ubuntu-setup/all.sh
@@ -1,6 +1,8 @@
 #!/bin/bash
 set -e
 set -x
+SOURCE="${BASH_SOURCE[0]}"
+SCRIPTDIR="$( dirname "$SOURCE" )"
 
 echo "*** installing basics"
 "$SCRIPTDIR/misc.sh"

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].