Adding missing 'set -e' in remove-python-py.chroot hook.
This commit is contained in:
parent
b79dce2155
commit
18e092e835
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Remove Python *.py files.
|
||||
#
|
||||
# This removes byte-compiled Python modules to save some space.
|
||||
|
|
Loading…
Reference in New Issue