From patchwork Tue Jul 10 14:56:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2] live-image/fwts-frontend-text: use mv versus ln as symbolic links are not supported on fat file systems From: Chris Van Hoof X-Patchwork-Id: 170202 Message-Id: <1341932184-19391-1-git-send-email-vanhoof@canonical.com> To: fwts-devel@lists.ubuntu.com Date: Tue, 10 Jul 2012 10:56:24 -0400 Signed-off-by: Chris Van Hoof Acked-by: Colin Ian King Acked-by: Keng-Yu Lin --- live-image/fwts-frontend-text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text index 932c068..8315d47 100755 --- a/live-image/fwts-frontend-text +++ b/live-image/fwts-frontend-text @@ -197,7 +197,7 @@ done_tests_finish() { if [ -n "${CASPER_DETECTED:+x}" ]; then cd $WORK_DIR - ln -sf ./results.html ../../results.html + mv ./results.html ../../results.html else ln -sf $WORK_DIR/results.html /fwts/results.html fi