summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-06-06 14:18:55 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-06-06 14:18:55 +0100
commit489e4d8ff78ad3141c5464e0783b9cb9b40b1f84 (patch)
tree040b6587a386d69bb9a99b08fe9f468ebc641934
parentcae4aad47dfa49a541a5df463ce35c05e4678de4 (diff)
downloadfebootstrap-489e4d8ff78ad3141c5464e0783b9cb9b40b1f84.tar.gz
febootstrap-489e4d8ff78ad3141c5464e0783b9cb9b40b1f84.tar.xz
febootstrap-489e4d8ff78ad3141c5464e0783b9cb9b40b1f84.zip
Remove trailing whitespace from one line.
-rw-r--r--febootstrap_pacman.ml2
1 files changed, 1 insertions, 1 deletions
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