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 9a3be156a7 [configure.ac] Added --with-quickjs option
Note, that if you pass both:
--with-spidermonkey \
--with-quickjs

you'll get compilation error
2021-11-24 17:18:02 +01:00

10 lines
120 B
Bash
Executable File

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