Workaround a FreeBSD-specific bug in cutter.
This commit is contained in:
parent
4ae3bf555d
commit
a9c026e8f2
1 changed files with 5 additions and 1 deletions
|
@ -10,4 +10,8 @@ if test -z "$CUTTER"; then
|
|||
CUTTER="`make -s -C "$BASE_DIR" echo-cutter`"
|
||||
fi
|
||||
|
||||
"$CUTTER" -s "$BASE_DIR" "$@" "$BASE_DIR"
|
||||
"$CUTTER" --keep-opening-modules -s "$BASE_DIR" "$@" "$BASE_DIR"
|
||||
# ^^^^^^^^^^^^^^^^^^^^^^
|
||||
# FIXME: Remove this workaround once cutter has been fixed upstream.
|
||||
# Bug report:
|
||||
# http://sourceforge.net/mailarchive/forum.php?thread_name=20100626123941.GA258%40blogreen.org&forum_name=cutter-users-en
|
||||
|
|
Loading…
Reference in a new issue