Fix incorrect quoting of quotes (the previous quotes had no effect beyond unquoting)

This commit is contained in:
practicalswift
2017-10-04 21:25:25 +02:00
parent 564a172dfd
commit 80f5f28d38
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ PREV_COMMIT=""
while true; do
if [ "$CURRENT_COMMIT" = $VERIFIED_ROOT ]; then
echo "There is a valid path from "$CURRENT_COMMIT" to $VERIFIED_ROOT where all commits are signed!"
echo "There is a valid path from \"$CURRENT_COMMIT\" to $VERIFIED_ROOT where all commits are signed!"
exit 0
fi