mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix #! in test script
This commit is contained in:
parent
83dd366eb4
commit
29d36399a2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/env bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
export SHARELATEX_CONFIG=`pwd`/test/acceptance/scripts/settings.test.coffee
|
export SHARELATEX_CONFIG=`pwd`/test/acceptance/scripts/settings.test.coffee
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue