Commit 48ccc1c7 authored by Dan McGee's avatar Dan McGee Committed by Pierre Schmitz
Browse files

Unify comment style

parent 563ffa7b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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

@@ -171,7 +171,7 @@ if [ "$REPACK" != "1" ]; then
	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