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