Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
30fed049
Unverified
Commit
30fed049
authored
May 29, 2020
by
Christopher Fujino
Committed by
GitHub
May 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flutter_tools] remove execute permissions on shared.sh, and move off path (#58267)
parent
37f562fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
dart
bin/dart
+1
-1
flutter
bin/flutter
+1
-1
shared.sh
bin/internal/shared.sh
+0
-0
No files found.
bin/dart
View file @
30fed049
...
...
@@ -47,6 +47,6 @@ PROG_NAME="$(follow_links "$BASH_SOURCE")"
BIN_DIR
=
"
$(
cd
"
${
PROG_NAME
%/*
}
"
;
pwd
-P
)
"
# To define `shared::execute()` function
source
"
$BIN_DIR
/shared.sh"
source
"
$BIN_DIR
/
internal/
shared.sh"
shared::execute
"
$@
"
bin/flutter
View file @
30fed049
...
...
@@ -47,6 +47,6 @@ PROG_NAME="$(follow_links "$BASH_SOURCE")"
BIN_DIR
=
"
$(
cd
"
${
PROG_NAME
%/*
}
"
;
pwd
-P
)
"
# To define `shared::execute()` function
source
"
$BIN_DIR
/shared.sh"
source
"
$BIN_DIR
/
internal/
shared.sh"
shared::execute
"
$@
"
bin/shared.sh
→
bin/
internal/
shared.sh
100755 → 100644
View file @
30fed049
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment