Installer: Disable changing the console font for all windows by default
[msysgit.git] / src / getcp / release.sh
blob0b93669289222b3f6bb634e16d3ad3b772ca72c2
1 #!/bin/sh
3 DEST=/mingw/bin/getcp.exe
4 make &&
5 install -m 775 getcp.exe $DEST &&
6 git add $DEST &&
7 git commit -s -m "getcp: locale independent utility to read the current code page" $DEST