瀏覽代碼

Backslash not needed

Bob Mottram 9 年之前
父節點
當前提交
93f04fa8c9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

@@ -1508,7 +1508,7 @@ function set_repo_commit {
1508 1508
                 fi
1509 1509
             fi
1510 1510
         else
1511
-            echo "\${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
1511
+            echo "${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
1512 1512
         fi
1513 1513
     fi
1514 1514
 }