1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/git-dirty.sh
Witold Filipczyk 5f87bdbcb2 [meson] meson build scripts.
Not finished yet, but I added to motivate myself and others.
The goal is to get a few seconds faster builds.

autotools still will be available.
2020-09-05 22:06:01 +02:00

10 lines
122 B
Bash
Executable File

#!/bin/bash
cd "$MESON_SOURCE_ROOT"
for line in $(git diff-index HEAD 2>/dev/null)
do
echo '-dirty'
exit 0
done