blob: ccba475b315fe2dad7838c98098581a601f775d2 [file] [log] [blame]
#!/bin/sh
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/..
./libc/tools/genversion-scripts.py
git diff --exit-code HEAD libc/*.map libdl/*.map libm/*.map linker/*.map
exit $?