Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
mintty (1~3.6.5-1 -> 1~3.7.0-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Nov 14, 2023
1 parent 6cd7813 commit f2fc8aa
Show file tree
Hide file tree
Showing 34 changed files with 2,376 additions and 2,372 deletions.
10 changes: 7 additions & 3 deletions usr/bin/getemojis
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ case "$1" in
echo " $emojisurl0" >&2
echo " $emojisurl1" >&2
echo "for the selected emoji style sets, or (if none selected) all of them:" >&2
echo " apple google facebook windows twitter emojione samsung" >&2
echo " google" >&2
echo "and always extracts common emoji graphics." >&2
echo "Other styles are no longer provided at unicode.org:" >&2
echo " [apple facebook windows twitter emojione samsung]" >&2
echo >&2
echo "Options:" >&2
echo " -d Download the chart files" >&2
Expand Down Expand Up @@ -135,7 +137,7 @@ for vendor in `cat "$emojis0" |
do seli=`expr $seli + 1`
case "$vendor" in
Appl) st=apple; apple=$seli;;
Goog) st=google; google=$seli;;
Sample|Goog) st=google; google=$seli;;
FB) st=facebook; facebook=$seli;;
Wind) st=windows; windows=$seli;;
Twtr) st=twitter; twitter=$seli;;
Expand All @@ -146,7 +148,9 @@ do seli=`expr $seli + 1`
done

case "$1" in
"") set - apple google facebook windows twitter emojione samsung;;
"") #set - apple google facebook windows twitter emojione samsung
set - google
;;
esac
sel=
while case "$1" in
Expand Down
Binary file modified usr/bin/mintty.exe
Binary file not shown.
Binary file modified usr/share/man/man1/mintty.1.gz
Binary file not shown.
Loading

0 comments on commit f2fc8aa

Please sign in to comment.