summaryrefslogtreecommitdiffstats
path: root/checkapk.in
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-20 15:16:48 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-23 00:09:06 +0200
commit948fedc5f7d1c57a5cc172778818c38ed97d134d (patch)
tree22312603ea7c1a37738db7b9f3969a46740afffd /checkapk.in
parente8508f7b187ad23ff6b52dfbe0db0ac9d8e18fdf (diff)
downloadabuild-948fedc5f7d1c57a5cc172778818c38ed97d134d.tar.bz2
abuild-948fedc5f7d1c57a5cc172778818c38ed97d134d.tar.xz
indent heredocs when possible
Diffstat (limited to 'checkapk.in')
-rw-r--r--checkapk.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/checkapk.in b/checkapk.in
index e00e675..b5cfb48 100644
--- a/checkapk.in
+++ b/checkapk.in
@@ -17,13 +17,13 @@ fi
usage() {
- cat >&2 <<__EOF__
-$program $program_version - find ABI breakages in package upgrades
-Usage: $program
+ cat >&2 <<-__EOF__
+ $program $program_version - find ABI breakages in package upgrades
+ Usage: $program
-Run in the directory of a built package.
+ Run in the directory of a built package.
-__EOF__
+ __EOF__
}
if [ $# -gt 0 ]; then