[Pkg-libvirt-commits] [libguestfs] 49/165: p2v-iso: unset CDPATH, set -e at the top of the virt-builder-target script.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:24:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 1939cd4849ff3e52e76ddb91d9acd30bca3a0495
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat May 17 10:58:00 2014 +0100
p2v-iso: unset CDPATH, set -e at the top of the virt-builder-target script.
---
p2v-iso/virt-builder-target.sh.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/p2v-iso/virt-builder-target.sh.in b/p2v-iso/virt-builder-target.sh.in
index ff402bd..36d09a0 100644
--- a/p2v-iso/virt-builder-target.sh.in
+++ b/p2v-iso/virt-builder-target.sh.in
@@ -16,6 +16,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+unset CDPATH
+set -e
+
if [ -z "$OUTPUT" ]; then
echo "$0: You didn't set the output file or device (OUTPUT). Read the README file!"
exit 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list