diff options
| author | OpportunityLiu <[email protected]> | 2019-06-06 14:32:05 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-06 14:37:23 +0800 |
| commit | b18f31fa02fd2061eb49b9780cab058c8f53551a (patch) | |
| tree | 0d29d41fb3e260eafb9545d8ef092829f6cfc35d /xmake/scripts/update-script.sh | |
| parent | 0a0c2d0cea84f08c6b5ceddb0e89f4f59004f1f5 (diff) | |
add #!/bin/sh
Diffstat (limited to 'xmake/scripts/update-script.sh')
| -rw-r--r-- | xmake/scripts/update-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/update-script.sh b/xmake/scripts/update-script.sh index 4d7d9f25e..e135a31b3 100644 --- a/xmake/scripts/update-script.sh +++ b/xmake/scripts/update-script.sh @@ -1,4 +1,4 @@ - +#!/bin/sh cd "$1" rm -rf actions core includes languages modules platforms plugins repository rules scripts templates themes |
