summaryrefslogtreecommitdiff
path: root/docs/example_script
diff options
context:
space:
mode:
Diffstat (limited to 'docs/example_script')
-rw-r--r--docs/example_script4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/example_script b/docs/example_script
index 221c888..d7f407f 100644
--- a/docs/example_script
+++ b/docs/example_script
@@ -70,12 +70,12 @@ echo "Got here!"
if [ -n "$an_error_occured" ];
then
- #
+ #
# TODO: Do we need 'warn()', 'error()', and/or 'fatal()' for this?
# I think we ultimately do, and that they need to be in their own
# well-documented location so that an overlay can override them.
# Think 'usplash' progress updates.
- #
+ #
echo "An error occured in $0: $an_error_occured" >&2
exit 1
#