mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
p2v-iso: unset CDPATH, set -e at the top of the virt-builder-target script.
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user