Skip to content

Commit

Permalink
Allow concatenating includes (#73)
Browse files Browse the repository at this point in the history
Fixes #72
  • Loading branch information
Ben Limmer authored and mdkess committed May 23, 2018
1 parent d99a2dc commit 2697491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ while test $# -gt 0; do
shift
;;
-i) shift
EXTRA_INCLUDES="-I$1"
EXTRA_INCLUDES="$EXTRA_INCLUDES -I$1"
shift
;;
--with-gateway)
Expand Down

0 comments on commit 2697491

Please sign in to comment.