Backslash not needed

This commit is contained in:
Bob Mottram 2016-02-17 10:40:14 +00:00
parent 94c8427320
commit 93f04fa8c9
1 changed files with 1 additions and 1 deletions

View File

@ -1508,7 +1508,7 @@ function set_repo_commit {
fi
fi
else
echo "\${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
echo "${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE
fi
fi
}