[PATCH] powerpc: RTC memory corruption
[powerpc.git] / scripts / setlocalversion
index f54dac8..9a23825 100644 (file)
@@ -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