|
@@ -31,6 +31,9 @@
|
|
# applied. The list of the patches applied is stored in '.applied_patches_list'
|
|
# applied. The list of the patches applied is stored in '.applied_patches_list'
|
|
# file in the build directory.
|
|
# file in the build directory.
|
|
|
|
|
|
|
|
+# We want to catch any unexpected failure, and exit immediately.
|
|
|
|
+set -e
|
|
|
|
+
|
|
silent=
|
|
silent=
|
|
if [ "$1" = "-s" ] ; then
|
|
if [ "$1" = "-s" ] ; then
|
|
# add option to be used by the patch tool
|
|
# add option to be used by the patch tool
|