From fde8149579559a3f69281dd0aeeb1fc19f3ff0d8 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 9 Feb 2017 15:38:25 +0000 Subject: [PATCH] fix #! in test script --- test/acceptance/scripts/full-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/acceptance/scripts/full-test.sh b/test/acceptance/scripts/full-test.sh index cdbfa97..0295eb5 100755 --- a/test/acceptance/scripts/full-test.sh +++ b/test/acceptance/scripts/full-test.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash -x +#!/bin/bash -x export SHARELATEX_CONFIG=`pwd`/test/acceptance/scripts/settings.test.coffee