mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
At the time of this commit, there is a dedicated folder for development related tools and such scripts might fit better there to not bloat the project root directory too much. Move snapshot to scripts/dev/snapshot
8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#! /bin/sh
|
|
|
|
if test -n "$1"; then
|
|
flags="DISTNAME=$1"
|
|
fi
|
|
|
|
${MAKE:-make} $flags -f build/build.mk snapshot
|