From 18e092e835786f47e4aa108d4a21056aa69ac685 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 4 Aug 2011 21:49:00 +0200 Subject: Adding missing 'set -e' in remove-python-py.chroot hook. --- share/hooks/005-remove-python-py.chroot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/hooks') diff --git a/share/hooks/005-remove-python-py.chroot b/share/hooks/005-remove-python-py.chroot index a8ff40ae5..ff705838f 100755 --- a/share/hooks/005-remove-python-py.chroot +++ b/share/hooks/005-remove-python-py.chroot @@ -1,5 +1,7 @@ #!/bin/sh +set -e + # Remove Python *.py files. # # This removes byte-compiled Python modules to save some space. -- cgit v1.2.3