Skip to content

Commit 5453dff

Browse files
spogadmorgan
authored andcommitted
Removed executable permission on sourced-only files
Bash scripts that are not to be executed standalone should not have executable permissions.
1 parent eb9f874 commit 5453dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ install:
6363
install -d -m 0755 $(INSTALL_LIB)/
6464
install -C -m 0755 $(LIB) $(INSTALL_LIB)/
6565
install -d -m 0755 $(INSTALL_EXT)/
66-
install -C -m 0755 $(EXTS) $(INSTALL_EXT)/
66+
install -C -m 0644 $(EXTS) $(INSTALL_EXT)/
6767
install -d -m 0755 $(INSTALL_MAN1)/
6868
install -C -m 0644 $(MAN1)/$(NAME).1 $(INSTALL_MAN1)/
6969

0 commit comments

Comments
 (0)