mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-17 22:15:17 +03:00
http://www.alcyone.com/software/empy/ A powerful and robust templating system for Python. Closes: GH-7635
8 lines
184 B
Diff
8 lines
184 B
Diff
--- src/test.sh.orig
|
|
+++ src/test.sh
|
|
@@ -26,4 +26,5 @@
|
|
echo "EmPy checks out." 1>&2
|
|
else
|
|
echo "EmPy does not check out! Please mail output to author." 1>&2
|
|
+ exit 1
|
|
fi
|