[arch-dev-public] [PATCH 1/6] Unify comment style

Dan McGee dan at archlinux.org
Fri Apr 1 17:35:30 EDT 2011


Signed-off-by: Dan McGee <dan at archlinux.org>
---
 makechrootpkg |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/makechrootpkg b/makechrootpkg
index 2a9f56b..9143f0c 100755
--- a/makechrootpkg
+++ b/makechrootpkg
@@ -156,7 +156,7 @@ if [ -n "$install_pkg" ]; then
 	mkarchroot -r "pacman -U /$pkgname" "$copydir"
 	ret=$?
 	rm "$copydir/$pkgname"
-	#exit early, we've done all we need to
+	# Exit early, we've done all we need to
 	exit $ret
 fi
 
@@ -167,11 +167,11 @@ fi
 [ -d "$copydir/build" ] || mkdir "$copydir/build"
 
 if [ "$REPACK" != "1" ]; then
-	#Remove anything in there UNLESS -R (repack) was passed to makepkg
+	# Remove anything in there UNLESS -R (repack) was passed to makepkg
 	rm -rf "$copydir/build/"*
 fi
 
-# read .makpekg.conf even if called via sudo
+# Read .makepkg.conf even if called via sudo
 if [ -n "${SUDO_USER}" ]; then
 	makepkg_conf="/$(eval echo ~${SUDO_USER})/.makepkg.conf"
 else
-- 
1.7.4.2



More information about the arch-dev-public mailing list