Skip to content

Commit

Permalink
source in emulation mode (really fix ros#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram-Z committed Jan 22, 2015
1 parent ba5cde2 commit 7b9ef24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/templates/setup.zsh.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ CATKIN_SHELL=zsh

# source setup.sh from same directory as this file
_CATKIN_SETUP_DIR=$(builtin cd -q "`dirname "$0"`" > /dev/null && pwd)
source "$_CATKIN_SETUP_DIR/setup.sh"
emulate sh -c 'source "$_CATKIN_SETUP_DIR/setup.sh"'

0 comments on commit 7b9ef24

Please sign in to comment.