diff options
| author | Roy Marples <roy@marples.name> | 2018-02-26 22:15:50 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2018-02-26 22:15:50 +0000 |
| commit | a9d3ad5fac70218f83fea01e735a8b6d6c034a2c (patch) | |
| tree | 7b6d840b32eb90780ec92538ac991596f0a9e533 | |
| parent | 57eca4f7600d257db4a01547d30f54a6992f2334 (diff) | |
| download | dhcpcd-ui-a9d3ad5fac70218f83fea01e735a8b6d6c034a2c.tar.xz | |
Add debug flags if git checkout is present.
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -233,8 +233,8 @@ for x in $INCLUDEDIR; do echo "CPPFLAGS+= -I$x" >>$CONFIG_MK done -if [ -z "$DEBUG" -a -f .fslckout ]; then - printf "Found fossil checkout ... " +if [ -z "$DEBUG" -a -d .git ]; then + printf "Found git checkout ... " DEBUG=yes else DEBUG=no |
