• R/O
  • HTTP
  • SSH
  • HTTPS

SlunkCrypt: Commit

Official SlunkCrypt repository


Commit MetaInfo

Revision65fa79972594a7ae054a6de083698aaf0ba08f16 (tree)
Time2022-12-14 04:22:57
AuthorLoRd_MuldeR <mulder2@gmx....>
CommiterLoRd_MuldeR

Log Message

Small fix in build-info script for better platform compatibility.

Change Summary

Incremental Difference

--- a/etc/utils/build_info.sh
+++ b/etc/utils/build_info.sh
@@ -1,7 +1,7 @@
11 #!/bin/sh
22 if [ -n "$1" ]; then CC="$1"; elif [ -z "$CC" ]; then CC="cc"; fi
33
4-echo "Built : `date -u +"%Y-%m-%d %H:%M:%S"`"
4+echo "Built : `date -u +'%Y-%m-%d %H:%M:%S'`"
55 echo "Platform : `uname -s -r -v -m`"
66 echo "Target : `$CC -dumpmachine`"
7-echo "Compiler : `$CC -v 2>&1 | grep -iE '\b(gcc|clang)\s+version\b' | head -n 1`"
7+echo "Compiler : `$CC -v 2>&1 | grep -i '\(gcc\|clang\)[[:space:]]\{1,\}version' | head -n 1`"
Show on old repository browser