From 82ae098c156930d9875fc6aef3cb377017ea8748 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 27 Mar 2015 23:31:38 +0100 Subject: fix git-forallrepos-push.sh using git-jogamp-push.sh (for all jogamp projects -> all repos) --- git/git-forallrepos-push.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'git/git-forallrepos-push.sh') diff --git a/git/git-forallrepos-push.sh b/git/git-forallrepos-push.sh index cf9b9b6..09c56bf 100755 --- a/git/git-forallrepos-push.sh +++ b/git/git-forallrepos-push.sh @@ -1,10 +1,12 @@ #! /bin/bash +sdir=`dirname $0` + for i in gluegen jcpp joal joal-demos jogl oculusvr-sdk jogl-demos jocl jocl-demos ; do cd $i echo echo MODULE $i echo - git-jogl-push.sh $* + . $sdir/git-jogamp-push.sh $* cd .. done -- cgit v1.2.3