X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fsetlocalversion;h=9a23825218f20135eadd4b348e45de2b21a3d421;hb=32ea89ecb25789b1b7db28146558587a42f3b372;hp=f54dac88cfd1d86b2cbcf7e35e8b3880f9fcfce0;hpb=cc918c7ab7da017bfaf9661420bb5c462e057cfb;p=linux-2.6 diff --git a/scripts/setlocalversion b/scripts/setlocalversion index f54dac88cf..9a23825218 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