mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Fix whitespace error and add file local variables
This commit is contained in:
parent
9f5d35991f
commit
2e0eab45cb
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
# -*- tab-width:4;indent-tabs-mode:nil -*-
|
||||
# ex: ts=4 sw=4 et
|
||||
|
||||
RUNNER_SCRIPT_DIR=$(cd ${0%/*} && pwd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue