You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2018/10/08 12:28:40 UTC

[camel-k] branch master updated: Fix script

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new afe0236  Fix script
afe0236 is described below

commit afe02363289fae8f14392f75a7af716d0b4e9ee3
Author: nferraro <ni...@gmail.com>
AuthorDate: Mon Oct 8 14:27:51 2018 +0200

    Fix script
---
 build/embed_resources.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/embed_resources.sh b/build/embed_resources.sh
index ab44706..c48e222 100755
--- a/build/embed_resources.sh
+++ b/build/embed_resources.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if [[ $# -ne 1 ]] ; then
+if [ $# -ne 1 ]; then
     echo "Error invoking embed_resources.sh: directory argument required"
     exit 1
 fi