summaryrefslogtreecommitdiffstats
path: root/apkgrel.in
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-07-05 00:21:13 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-08 14:49:36 +0000
commit811a215018b84a14218c0184234e6af5f56d10e4 (patch)
tree5e9683cc330832c94994dc4e6abaed33b670ac42 /apkgrel.in
parente1339a9b7754ad1dd1c01b3cdf87ea340c58b461 (diff)
downloadabuild-811a215018b84a14218c0184234e6af5f56d10e4.tar.bz2
abuild-811a215018b84a14218c0184234e6af5f56d10e4.tar.xz
various: tweak opening comments, whitespace
Also remove incomplete efforts at listing "Depends on: ..."
Diffstat (limited to 'apkgrel.in')
-rw-r--r--apkgrel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/apkgrel.in b/apkgrel.in
index 3feb4f3..0934847 100644
--- a/apkgrel.in
+++ b/apkgrel.in
@@ -27,7 +27,7 @@ do_add () {
old=$(do_show "$f")
setto=$(($old + 1))
do_set "$f" || return 1
- done
+ done
}
do_verify() {