码迷,mamicode.com
首页 > 系统相关 > 详细

执行shell脚本时报错let: not found的几种解决方法

时间:2016-07-19 11:32:15      阅读:4010      评论:0      收藏:0      [点我收藏+]

标签:shell   let   

首先阐述几个命令

echo $0   显示当前使用的shell版本

dpkg-reconfigure 设置软件包类型


脚本报错原因:

Ubuntu默认使用的shell解析是dash,dash只有bash一部分的功能


首先我的系统执行

$  echo $0

-bash

$   sudo dpkg-reconfigure dash

技术分享

选择 No,使用bash作为默认shell


此时依然无法解决问题

经过试验

方法一:

脚本中#/bin/bash改为!/bin/sh

方法二:

使用bash shell_name.sh





执行shell脚本时报错let: not found的几种解决方法

标签:shell   let   

原文地址:http://mengix.blog.51cto.com/7194660/1827498

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!