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