From 8ec8ae45449a9c2cdae7a59096c9c0c77c4ee7db Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Mar 2020 09:06:46 +0100 Subject: [PATCH] comment magic cookie line --- python-3.7.6-0.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-3.7.6-0.build.sh b/python-3.7.6-0.build.sh index ed71f94..2e1abef 100644 --- a/python-3.7.6-0.build.sh +++ b/python-3.7.6-0.build.sh @@ -1,6 +1,6 @@ #! /bin/bash -COOKIE=$(mcookie); grep -v V_GREP_ME $0 > /dev/shm/runme-$COOKIE.sh ; sleep 1; exec bash /dev/shm/runme-$COOKIE.sh $1 +#COOKIE=$(mcookie); grep -v V_GREP_ME $0 > /dev/shm/runme-$COOKIE.sh ; sleep 1; exec bash /dev/shm/runme-$COOKIE.sh $1 PKG=python