Fix ci usr-from-host test bail out typo.

This commit is contained in:
Dimitri John Ledkov
2015-06-08 19:12:58 +01:00
parent e4e5b87d5b
commit f0fa8cd819
+1 -1
View File
@@ -24,7 +24,7 @@ if [ $(basename $(sudo readlink /proc/1/exe)) == systemd ] ; then
fi
STAGE1_SRC_FROM_HOST=0
if tar xOvf ../bin/stage1.aci ./manifest|grep -q usr-from-host ; then
if tar xOvf ../bin/stage1.aci manifest|grep -q usr-from-host ; then
STAGE1_SRC_FROM_HOST=1
fi