Skip to content

Commit

Permalink
bee-init: export variables defined with -D
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Mar 23, 2012
1 parent 458c598 commit 001365f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bee-init.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ while true ; do
;;

--define)
OPT_DEFINE="${OPT_DEFINE}\n${2}"
OPT_DEFINE="${OPT_DEFINE}\nexport ${2}"
shift 2
;;

Expand Down

0 comments on commit 001365f

Please sign in to comment.