Ver código fonte

Backslash not needed

Bob Mottram 9 anos atrás
pai
commit
93f04fa8c9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Ver arquivo

@@ -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
 }