fix_ges.sh 301 B

12345678910
  1. #!/bin/bash
  2. # LinuxGSM fix_ges.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Resolves various issues with GoldenEye: Source.
  6. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  7. # Fixes: MALLOC_CHECK_ needing to be set to 0.
  8. export MALLOC_CHECK_=0