From d49f1543054611e083e01a68a14354b53495c53f Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 7 Jun 2017 14:37:38 +0200 Subject: [PATCH] fix environment variable for ubuntu snap --- Installation/Ubuntu/snapcraft.yaml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/Ubuntu/snapcraft.yaml.in b/Installation/Ubuntu/snapcraft.yaml.in index bc317957ad..719e7a8d63 100644 --- a/Installation/Ubuntu/snapcraft.yaml.in +++ b/Installation/Ubuntu/snapcraft.yaml.in @@ -24,7 +24,7 @@ parts: apps: arangod: - command: GLIBCXX_FORCE_NEW=1 arangod \ + command: env GLIBCXX_FORCE_NEW=1 arangod \ --configuration=none \ --server.endpoint=tcp://0.0.0.0:@SNAP_PORT@ \ --javascript.startup-directory=${SNAP}/@CMAKE_INSTALL_DATAROOTDIR_ARANGO@/js \