From 81cd1343c95216ddc3086656f87b29707c18af86 Mon Sep 17 00:00:00 2001 From: antrik Date: Thu, 7 Jul 2011 09:37:31 +0200 Subject: dde/guide: Drop unnecessary trailing slash Explicitely using "./" instead of just "." is necessary only in some very special situations... This in not one of them. So use the simpler and more familiar form. --- hurd/dde/guide.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd/dde/guide.mdwn') diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn index 16c248ae..4264f7ad 100644 --- a/hurd/dde/guide.mdwn +++ b/hurd/dde/guide.mdwn @@ -130,7 +130,7 @@ we need to prepare the driver for the network card: > $ rm pcnet32.c # don't want the actual pcnet32 code here... -> $ cp ~me/dde/forcedeth.c ./ # ...but rather the forcedeth code +> $ cp ~me/dde/forcedeth.c . # ...but rather the forcedeth code > $ sed -i 's/pcnet32/forcedeth/g' Makefile # adapt Makefile accordingly -- cgit v1.2.3