]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Don't use rlwrap -r, it has no expiry.
authorRudolf Polzer <divverent@xonotic.org>
Mon, 2 Dec 2013 13:45:01 +0000 (14:45 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 2 Dec 2013 13:45:01 +0000 (14:45 +0100)
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