]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/all/xonotic.subr
Don't use rlwrap -r, it has no expiry.
[xonotic/xonotic.git] / misc / tools / all / xonotic.subr
index dac31e19108217bf1cf0f550e971cc87e67eae87..71fe1fef7f061df264d08df9574512455c75b48f 100644 (file)
@@ -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