Browse Source

Backslash not needed

Bob Mottram 9 years ago
parent
commit
93f04fa8c9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

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