Skip to content

Commit

Permalink
Merge pull request #76 from djbelyak/sh-permissions
Browse files Browse the repository at this point in the history
Updated hashbang and permissions for shell scripts
  • Loading branch information
dzhdanNV authored Jul 13, 2024
2 parents 17f3927 + b132c67 commit 301cc8c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions 1-Deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#!/bin/sh
#!/bin/bash

git submodule update --init --recursive

chmod +x "External/Packman/packman.sh"
chmod +x "2-Build.sh"
chmod +x "3-Prepare NRI SDK.sh"
chmod +x "4-Clean.sh"

mkdir -p "_Build"

cd "_Build"
Expand Down
2 changes: 1 addition & 1 deletion 2-Build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

mkdir -p "_Build"

Expand Down
Empty file modified 3-Prepare NRI SDK.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion 4-Clean.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

rm -rf "build"

Expand Down

0 comments on commit 301cc8c

Please sign in to comment.