Skip to content

Commit

Permalink
silence disown
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed May 17, 2013
1 parent 0a71c25 commit 7b41b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/gcc-rtags-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for i in `which -a "\`basename $0\`"`; do

if [ -z "$RTAGS_DISABLED" ] && [ -x "$rc" ]; then
$rc --timeout=$RTAGS_COMPILE_TIMEOUT $RTAGS_ARGS --silent --compile "$i" "$@" &
disown
disown &>/dev/null # rc might be finished by now and if so disown will yell at us
fi
[ "$RTAGS_RMAKE" ] && exit 0
"$i" "$@"
Expand Down
2 changes: 1 addition & 1 deletion src/rct

0 comments on commit 7b41b5d

Please sign in to comment.