aboutsummaryrefslogtreecommitdiff
path: root/hack/btrfs_tag.sh
blob: ea753d4d02a37f1d909962f7d320a7e8943c0b50 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
${CPP:-${CC:-cc} -E} ${CPPFLAGS} - > /dev/null 2> /dev/null << EOF
#include <btrfs/version.h>
EOF
if test $? -ne 0 ; then
	echo btrfs_noversion
fi