You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/11/13 08:52:38 UTC

[1/2] karaf git commit: [KARAF-4814] Fix character in stop script

Repository: karaf
Updated Branches:
  refs/heads/master 699676f91 -> 8f3365e12


[KARAF-4814] Fix character in stop script

The stop script contains an ` ` for what should be a regular space.

Signed-off-by: Lars Kiesow <lk...@uos.de>


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/29dee620
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/29dee620
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/29dee620

Branch: refs/heads/master
Commit: 29dee62094ccbfe695d089b7df3a12fef9c3af11
Parents: 699676f
Author: Lars Kiesow <lk...@uos.de>
Authored: Wed Nov 2 17:59:12 2016 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sun Nov 13 07:58:48 2016 +0100

----------------------------------------------------------------------
 .../features/base/src/main/filtered-resources/resources/bin/stop   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/29dee620/assemblies/features/base/src/main/filtered-resources/resources/bin/stop
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/filtered-resources/resources/bin/stop b/assemblies/features/base/src/main/filtered-resources/resources/bin/stop
index 35a698b..695884e 100755
--- a/assemblies/features/base/src/main/filtered-resources/resources/bin/stop
+++ b/assemblies/features/base/src/main/filtered-resources/resources/bin/stop
@@ -145,7 +145,7 @@ run() {
         KARAF_BASE=`cygpath --path --windows "$KARAF_BASE"`
         KARAF_DATA=`cygpath --path --windows "$KARAF_DATA"`
         KARAF_ETC=`cygpath --path --windows "$KARAF_ETC"`
-        if [�! -z "$CLASSPATH" ]; then
+        if [ ! -z "$CLASSPATH" ]; then
             CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
         fi
     fi


[2/2] karaf git commit: [KARAF-4814] This closes #263

Posted by jb...@apache.org.
[KARAF-4814] This closes #263


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/8f3365e1
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/8f3365e1
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/8f3365e1

Branch: refs/heads/master
Commit: 8f3365e12f6dea40ba84d633408d492af8a15c90
Parents: 699676f 29dee62
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sun Nov 13 09:52:09 2016 +0100
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sun Nov 13 09:52:09 2016 +0100

----------------------------------------------------------------------
 .../features/base/src/main/filtered-resources/resources/bin/stop   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------