Commit 3491ea5d authored by Jan Steffens's avatar Jan Steffens
Browse files

Syntax cleanup

No functional change.
parent d1304a3f
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ usage() {
	echo '    -C <file>     Location of a pacman config file'
	echo '    -M <file>     Location of a makepkg config file'
	echo '    -n            Do not copy config files into the chroot'
	echo "    -c <dir>      Set pacman cache. Default: /var/cache/pacman/pkg"
	echo '    -c <dir>      Set pacman cache. Default: /var/cache/pacman/pkg'
	echo '    -h            This message'
	exit $1
}
@@ -83,7 +83,6 @@ if echo "${host_mirror}" | grep -q 'file://'; then
fi

# {{{ functions

chroot_mount() {
	[ -e "${working_dir}/sys" ] || mkdir "${working_dir}/sys"
	mount -t sysfs sysfs "${working_dir}/sys"
+2 −2

File changed.

Contains only whitespace changes.