From 55ee516efcc365b21c557ef8a5af91638e735440 Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Sat, 4 May 2013 20:58:45 -0700 Subject: [PATCH] Fix merge issue Upstream-commit: d92166cc7937afa39e2ed537c601555a0a5b84eb Component: engine --- components/engine/commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/commands.go b/components/engine/commands.go index d9756c9d88..442d7f55ee 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -10,6 +10,7 @@ import ( "log" "net/http" "net/url" + "path/filepath" "runtime" "strconv" "strings"