Skip to content

Commit cfccd4c

Browse files
committed
added exec perms to make file
1 parent ebbd943 commit cfccd4c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

SIT/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
all: set_permissions setup test_smoke env_teardown
33

44
set_permissions:
5-
chmod o+rx ./environment.sh
5+
chmod +x ./environment.sh
66
setup: build env_setup
77

88
reset: build env_reset

SIT/environment.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)