From 0b4af91dadf4f393cefbfa8ce31d33a4cf4fb4d0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 11 Mar 2005 17:59:41 +0000 Subject: [PATCH] The bfs_shell xcp has been renamed to cp. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11684 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- makehdimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makehdimage b/makehdimage index 1b37689553..88e52b4483 100755 --- a/makehdimage +++ b/makehdimage @@ -128,7 +128,7 @@ else sPrefix=: cd="$fsShellCommand cd" scd="$fsShellCommand cd" - cp="$fsShellCommand xcp" + cp="$fsShellCommand cp" ln="$fsShellCommand ln" mkdir="$fsShellCommand mkdir" rm="$fsShellCommand rm"