1
reusFork Sep 26, 2014
debian用的是dash,没影响
|
3
j Sep 26, 2014
把这两行加到源里
deb http://http.debian.net/debian squeeze-lts main contrib non-free deb-src http://http.debian.net/debian squeeze-lts main contrib non-free 然后再 apt-get update apt-get install -t squeeze-lts --only-upgrade bash |
8
reusFork Sep 26, 2014
原来换回bash了,几年不用了…
|
9
reusFork Sep 26, 2014
不对,/bin/sh仍然指向/bin/dash,exec、system之类的系统调用用的还是dash,apache的cgi也是。这和$SHELL指向的interactive shell不是一回事
|