Adding missing 'set -e' in remove-python-py.chroot hook.

This commit is contained in:
Daniel Baumann 2011-08-04 21:49:00 +02:00
parent b79dce2155
commit 18e092e835
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
# Remove Python *.py files.
#
# This removes byte-compiled Python modules to save some space.