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