From 489e4d8ff78ad3141c5464e0783b9cb9b40b1f84 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 6 Jun 2011 14:18:55 +0100 Subject: [PATCH] Remove trailing whitespace from one line. --- febootstrap_pacman.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/febootstrap_pacman.ml b/febootstrap_pacman.ml index 96dfefa..9148988 100644 --- a/febootstrap_pacman.ml +++ b/febootstrap_pacman.ml @@ -50,7 +50,7 @@ let pacman_resolve_dependencies_and_download names = *) List.iter ( fun pkg -> - let cmd = + let cmd = sprintf "cd %s && mkdir -p var/lib/pacman && fakeroot pacman -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s" (Filename.quote tmpdir) pkg in -- 1.8.3.1