diff options
author | maximilian attems <maks@debian.org> | 2006-07-16 21:54:14 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-07-16 21:54:14 +0200 |
commit | 17d01b3434dac54ace5991029ed069b3d185ffd2 (patch) | |
tree | c31f2ca8f0ca57242e7db41ef1bf12c86cc97fa6 /docs/example_script | |
parent | 8e9ecf2b5f9ced135e29d12fbe53c727a248934d (diff) | |
download | initramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.tar.gz initramfs-tools-17d01b3434dac54ace5991029ed069b3d185ffd2.zip |
massif whitespace cleanup
Diffstat (limited to 'docs/example_script')
-rw-r--r-- | docs/example_script | 4 |
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 # |