Skip to content

Commit

Permalink
comment magic cookie line
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 26, 2020
1 parent 8e2a46f commit 8ec8ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-3.7.6-0.build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ec8ae4

Please sign in to comment.