2
我有了這樣的爲什麼定義函數時Bash會返回錯誤'ash'?
function module() {
....
}
一個很簡單的功能我在命令提示符下鍵入「慶典」和預期的.bashrc被執行的.bashrc文件,但是我得到的錯誤:
'ash: /user/.bashrc: line 1: syntax error near unexpected token `{
'ash: /user/.bashrc: line 1: `function module() {
我試過刪除單詞「功能」,我也試過刪除()
,但沒有一個幫助。有人能讓我知道發生了什麼嗎?當我運行bash --version
的Bash版本(我可以升級到最新的版本,但只有模塊將讓我指出最新的bash所以這個問題在這個慶典要解決)
GNU bash, version 3.2.25(1)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2005 Free Software Foundation, Inc.
錯誤開始「灰」或「bash」 – Vorsprung
奇怪的是它只能說「灰」 –