tools headers UAPI: Sync linux/prctl.h with the kernel sources
[linux-2.6-microblaze.git] / scripts / setlocalversion
index bb709ed..db941f6 100755 (executable)
@@ -126,7 +126,7 @@ scm_version()
        fi
 
        # Check for svn and a svn repo.
-       if rev=$(LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'); then
+       if rev=$(LC_ALL=C svn info 2>/dev/null | grep '^Last Changed Rev'); then
                rev=$(echo $rev | awk '{print $NF}')
                printf -- '-svn%s' "$rev"