Przeglądaj źródła

Backslash not needed

Bob Mottram 9 lat temu
rodzic
commit
93f04fa8c9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Wyświetl plik

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