首页 > 其他 > 详细

Error:warning: here-document at line 18 delimited by end-of-file (wanted `EOF')

时间:2017-08-31 11:36:46      阅读:1030      评论:0      收藏:0      [点我收藏+]
Context: wrote a script to get all ips for product but always get this error.
 
as below:
 
./getAllIps.sh: line 21: warning: here-document at line 18 delimited by end-of-file (wanted `EOF‘)
 
How to solve it?
  1. Add "set list" at .vimrc
  2. Open my script by vim
  3. There is did exist an blank space behind EOF.
  4. Remove this blank space.
 
What is "set list" ?
 
"Set list" can be used to show white blank spaces.

Error:warning: here-document at line 18 delimited by end-of-file (wanted `EOF')

原文:http://www.cnblogs.com/zhaoyaxing/p/7457463.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!