aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-27 16:20:25 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-27 16:20:25 +0000
commit22b0cb305b796fd2f68dd1c7dd4f72f1e772e5dc (patch)
tree6a23ce6a02de664f0990c2f3c9d8856a0edea5df /tools/libfsimage
parent3b01829e42fd9f10c13395c51610d2bf862ee979 (diff)
downloadxen-22b0cb305b796fd2f68dd1c7dd4f72f1e772e5dc.tar.gz
xen-22b0cb305b796fd2f68dd1c7dd4f72f1e772e5dc.tar.bz2
xen-22b0cb305b796fd2f68dd1c7dd4f72f1e772e5dc.zip
libfsimage: Build check script needs only /bin/sh.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/libfsimage')
-rwxr-xr-xtools/libfsimage/check-libext2fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libfsimage/check-libext2fs b/tools/libfsimage/check-libext2fs
index 3c79fb0553..a86180629a 100755
--- a/tools/libfsimage/check-libext2fs
+++ b/tools/libfsimage/check-libext2fs
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
cat >ext2-test.c <<EOF
#include <ext2fs/ext2fs.h>