projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59bd10f
)
Add check for lxc-attach
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 29 Jun 2015 13:08:12 +0000
(13:08 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 29 Jun 2015 13:08:12 +0000
(13:08 +0000)
id-deb-build/id-pbuild.sh
patch
|
blob
|
history
diff --git
a/id-deb-build/id-pbuild.sh
b/id-deb-build/id-pbuild.sh
index
8e07f24
..
8c76b9e
100755
(executable)
--- a/
id-deb-build/id-pbuild.sh
+++ b/
id-deb-build/id-pbuild.sh
@@
-40,7
+40,10
@@
done
if test "$do_help" = "yes"; then
usage 1 1>&2
fi
-
+if test ! -x /usr/bin/lxc-attach; then
+ echo "No lxc-attach. Probably not running on mochi!!"
+ exit 1
+fi
if test -f IDMETA; then
. ./IDMETA
else