From 4880c78a34585eec5af33385789c787a20f6902c Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Wed, 5 Aug 2009 13:44:06 -0400 Subject: Replace all occurances of 'source' with a dot for dash compatibility. Signed-off-by: Loui Chang Signed-off-by: Aaron Griffin --- mkinitcpio.d/example.preset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkinitcpio.d') diff --git a/mkinitcpio.d/example.preset b/mkinitcpio.d/example.preset index 9ad53a3..3fb32f1 100644 --- a/mkinitcpio.d/example.preset +++ b/mkinitcpio.d/example.preset @@ -6,7 +6,7 @@ PRESETS=('default' 'fallback') # ALL_kver is used if presetname_kver is not set # note for distribution kernels: this should be in a separate file # and read like this: -# source /etc/mkinitcpio.d/exmaple.kver +# . /etc/mkinitcpio.d/exmaple.kver ALL_kver='2.6.24-ARCH' ALL_config='/etc/mkinitcpio.conf' -- cgit v1.2.3-24-g4f1b