| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/net-im/telegram-purple/files/ |
Upload File : |
--- commit.h.gen.orig 2020-03-25 20:48:01 UTC
+++ commit.h.gen
@@ -20,19 +20,7 @@
set -e
-if ! (command -v git && git status) >/dev/null 2>&1
-then
- if test -r commit.h
- then
- echo "No git available. Assuming everything is up-to-date."
- exit 0
- else
- echo >&2 "No git available. Can't reconstruct commit.h"
- exit 1
- fi
-fi
-
-GIT_COMMIT=`git rev-parse HEAD | cut -c1-10`
+GIT_COMMIT="ca42dcf0e6"
if grep -scq "${GIT_COMMIT}" commit.h
then