mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/php/pftt2/pull/34
State: closed
Merged: No
@weltling This is a very small change, but it seems that when we
SET PFTT_RELEASE = %PFTT_HOME%\pftt_releasein the middle of the code instead of at the beginning, it doesn't set it right away. Since it isn't set right away, it refers to\bininstead of%PFTT_RELEASE%\bin.This will make the script pack an empty dir instead of the required directories to make pftt run with minimal files.