Date: Fri, 20 Sep 2013 13:03:57 +0300 From: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> To: Ajtim <lumiwa@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: .history Message-ID: <20130920130357.4e342009@laptop.minsk.domain> In-Reply-To: <2858213.Zq6fmA1OZq@lumiwa.farms.net> References: <2858213.Zq6fmA1OZq@lumiwa.farms.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 19 Sep 2013 17:02:17 -0400 Ajtim <lumiwa@gmail.com> wrote: > Hi! > > My system: > > FreeBSD lumiwa.farms.net 10.0-ALPHA1 FreeBSD 10.0-ALPHA1 #0 r255501: > Fri Sep 13 01:57:31 UTC 2013 > root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > And my question is why I have in /root/.history and in user the same, > after restart computer something like this: > cd "`printf "%b" '\0057usr'`" > #+1379444739 > cd "`printf "%b" '\0057usr\0057home'`" > #+1379444740 > cd "`printf "%b" '\0057'`" > #+1379444742 > cd "`printf "%b" '\0057usr\0057home\0057ajtim'`" > #+1379444744 > cd "`printf "%b" '\0057usr\0057home'`" > #+1379444745 > cd "`printf "%b" '\0057usr'`" > #+1379444746 > cd "`printf "%b" '\0057'`" > #+1379444760 > cd "`printf "%b" '\0057usr\0057home\0057ajtim'`" > #+1379444760 > cd "`printf "%b" '\0057'`" > #+1379444760 > set echo_style=both ; alias precmd 'echo $cwd:q >>/tmp/mc- > ajtim/mc.pipe.61531;kill -STOP $$' > #+1379444760 > mc > #+1379444762 > cd "`printf "%b" '\0057'`" > > Is it something related with Alpha version? > Thank you very much. > no. Do you use misc/mc build with subshell support ? If so - try to rebuild it with unchecked subshell support. -- wbr, tiger
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130920130357.4e342009>