]> git.proxmox.com Git - pve-qemu-kvm.git/commitdiff
tcmalloc.patch: make it work without bash
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 6 Jun 2015 07:28:37 +0000 (09:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 6 Jun 2015 07:28:37 +0000 (09:28 +0200)
debian/patches/tcmalloc.patch

index 796e9543f49fa9fa4ac60e52279ad1cd01bc8cdc..40eab94a1934981980d34d95f9f53cf11810f425 100644 (file)
@@ -82,7 +82,7 @@ index 589798e..03ba305 100755
  ##########################################
 +# tcmalloc probe
 +
-+if test "$tcmalloc" == "yes" ; then
++if test "$tcmalloc" = "yes" ; then
 +  cat > $TMPC << EOF
 +#include <stdlib.h>
 +int main(void) { malloc(1); return 0; }