Skip to content

Commit

Permalink
Fix 'configure' command to handle configs with whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKarabaza committed Oct 18, 2017
1 parent 12cf328 commit 32527a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/git-elegant-configure
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _configure() {
fi
else
if [ -n "${answer}" ]; then
git config $MODE $(eval "echo -n \$${f}_key") $answer
git config $MODE $(eval "echo -n \$${f}_key") "$answer"
fi
fi
done
Expand Down

0 comments on commit 32527a2

Please sign in to comment.