From: Rudolf Polzer Date: Mon, 2 Dec 2013 13:45:01 +0000 (+0100) Subject: Don't use rlwrap -r, it has no expiry. X-Git-Tag: xonotic-v0.8.0~57 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b25a63f6b6d757e58e4fc00c81352e50762a64b9;p=xonotic%2Fxonotic.git Don't use rlwrap -r, it has no expiry. --- diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index dac31e19..71fe1fef 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -333,7 +333,7 @@ case "$cmd" in set -- catchsegv "$@" fi if [ x"$USE_RLWRAP" != x"no" ] && which rlwrap >/dev/null 2>&1; then - set -- rlwrap -A -g '^quit' -q "\"" -r -S ']' -w 100 "$@" + set -- rlwrap -A -g '^quit' -q "\"" -S ']' -w 100 "$@" fi rm -f xonotic.core "$@" || true