diff options
| author | OpportunityLiu <[email protected]> | 2019-07-19 13:55:29 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-19 13:55:29 +0800 |
| commit | ff0595d384a9b4e7656e0c44f327f7614e2a8fd6 (patch) | |
| tree | 4e27349474f1c0b485b97607e8c54aaef8ec2394 /scripts/makeself | |
| parent | f5e728f9e3e9dc829a87b62b4025cf2259576878 (diff) | |
improve scripts
Diffstat (limited to 'scripts/makeself')
| -rwxr-xr-x | scripts/makeself/build-runfile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeself/build-runfile.sh b/scripts/makeself/build-runfile.sh index 56eca4c4e..76dc609a9 100755 --- a/scripts/makeself/build-runfile.sh +++ b/scripts/makeself/build-runfile.sh @@ -1,4 +1,4 @@ -#! /usr/bin/env bash +#!/usr/bin/env bash # path constants cd "$(dirname "$0")/../.." |
