blob: ccba475b315fe2dad7838c98098581a601f775d2 [file] [log] [blame]
Elliott Hughes96510932017-09-28 15:20:40 -07001#!/bin/sh
2DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3cd $DIR/..
4./libc/tools/genversion-scripts.py
5
6git diff --exit-code HEAD libc/*.map libdl/*.map libm/*.map linker/*.map
7exit $?