mirror of
https://github.com/correl/rebar.git
synced 2025-04-08 09:11:06 -09: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
|
#!/bin/bash
|
||||||
|
# -*- tab-width:4;indent-tabs-mode:nil -*-
|
||||||
|
# ex: ts=4 sw=4 et
|
||||||
|
|
||||||
RUNNER_SCRIPT_DIR=$(cd ${0%/*} && pwd)
|
RUNNER_SCRIPT_DIR=$(cd ${0%/*} && pwd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue