X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=scripts%2Fsetlocalversion;h=9a23825218f20135eadd4b348e45de2b21a3d421;hb=2a513ce79958d47b72a11c76ec291c8c1169214c;hp=f54dac88cfd1d86b2cbcf7e35e8b3880f9fcfce0;hpb=123656d4cc8c946f578ebd18c2050f5251720428;p=karo-tx-linux.git diff --git a/scripts/setlocalversion b/scripts/setlocalversion index f54dac88cfd1..9a23825218f2 100644 --- a/scripts/setlocalversion +++ b/scripts/setlocalversion @@ -17,6 +17,6 @@ if head=`git rev-parse --verify HEAD 2>/dev/null`; then # Are there uncommitted changes? if git diff-files | read dummy; then - printf '%s' -git_dirty + printf '%s' -dirty fi fi