mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
10 lines
261 B
Diff
10 lines
261 B
Diff
diff --git a/ffbuild/libversion.sh b/ffbuild/libversion.sh
|
|
index a94ab58..ecaa90c 100644
|
|
--- a/ffbuild/libversion.sh
|
|
+++ b/ffbuild/libversion.sh
|
|
@@ -1,3 +1,4 @@
|
|
+#!/bin/sh
|
|
toupper(){
|
|
echo "$@" | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
}
|