]> git.saurik.com Git - apple/libc.git/blob - xcodescripts/skip_installhdrs.sh
9256418210961c23ed486c4eec9890a54067e6f6
[apple/libc.git] / xcodescripts / skip_installhdrs.sh
1 #!/bin/bash
2
3 if [[ "x${ACTION}" == "xinstallhdrs" ]]; then
4 exit 0
5 fi
6
7 $@