三点水兽的ChinaUnix博客
三点水兽
全部博文(333)
2017年(20)
2016年(57)
2015年(27)
2014年(20)
2013年(21)
2012年(164)
2011年(24)
noiplee
_ARM_Lin
钱建文
send_lin
gongping
ccx_wz
simiaoxi
huaer200
jmlife
在程序的
DYX88487
feifan19
xiaoyu19
冬叔的账
hktkfly6
wenjh75
nybornha
along819
分类: 嵌入式
2014-09-25 11:12:43
现象: shell脚本中source aaa.sh时提示 source: not found
原因: ls -l `which sh` 提示/bin/sh -> dash
这说明是用dash来进行解析的。
改回方法:
命令行执行:sudo dpkg-reconfigure dash
在界面中选择no
再ls -l `which sh` 提示/bin/sh -> bash
上一篇:Ubuntu 使用Git 使用
下一篇:Eclipse-cdt 配合 gdbserver 进行 arm 程序远程调试 上
登录 注册