Skip to content

Commit

Permalink
setting a+x to unify permissions across .sh files
Browse files Browse the repository at this point in the history
  • Loading branch information
schelleg committed Jul 21, 2021
1 parent a7ed73a commit 3f62ed9
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 0 deletions.
Empty file modified sdbuild/packages/cmake/pre.sh
100644 → 100755
Empty file.
Empty file modified sdbuild/packages/cmake/qemu.sh
100644 → 100755
Empty file.
Empty file modified sdbuild/packages/libsds/qemu.sh
100644 → 100755
Empty file.
Empty file modified sdbuild/packages/pandas/qemu.sh
100644 → 100755
Empty file.
Empty file modified sdbuild/packages/pynq/boardname.sh
100644 → 100755
Empty file.
Empty file modified sdbuild/packages/python_packages_focal/post.sh
100644 → 100755
Empty file.
Empty file modified sdbuild/packages/python_packages_focal/pre.sh
100644 → 100755
Empty file.
Empty file modified sdbuild/packages/xrt/xrt_setup.sh
100644 → 100755
Empty file.

3 comments on commit 3f62ed9

@jeras
Copy link

@jeras jeras commented on 3f62ed9 Jul 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only shell scripts which have a shebang should have executable permissions.
The other scripts are only meant to be sourced, not executed.

@schelleg
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we execute those files ... (i.e. not source ...) ...

see: https://github.com/Xilinx/PYNQ/blob/master/sdbuild/scripts/install_packages.sh

@jeras
Copy link

@jeras jeras commented on 3f62ed9 Jul 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.