summaryrefslogtreecommitdiff
path: root/docs/example_script
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-07-16 21:54:14 +0200
committermaximilian attems <maks@debian.org>2006-07-16 21:54:14 +0200
commit17d01b3434dac54ace5991029ed069b3d185ffd2 (patch)
treec31f2ca8f0ca57242e7db41ef1bf12c86cc97fa6 /docs/example_script
parent8e9ecf2b5f9ced135e29d12fbe53c727a248934d (diff)
downloadinitramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.tar.gz
initramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.zip
massif whitespace cleanup
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
#