Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syncontent
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Web Essentials Jira
Web Essentials Jira
Labels
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Visay Keo
syncontent
Commits
cd9fb23c
Commit
cd9fb23c
authored
Dec 18, 2015
by
Visay Keo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] Shell condition wildcard for Mac
parent
750bd22e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
CHANGELOG
CHANGELOG
+6
-0
bin/syncontent
bin/syncontent
+1
-1
No files found.
CHANGELOG
View file @
cd9fb23c
CHANGELOG
=========
3.0.5
-----
- [BUGFIX] Shell condition wildcard for Mac
3.0.4
-----
- [TASK] Add support for Mac
...
...
bin/syncontent
View file @
cd9fb23c
...
...
@@ -7,7 +7,7 @@ FILE_NAME=$(basename "$0")
BINARY
=
`
readlink
${
ROOT_DIR
}
/
${
DIR_NAME
}
/
${
FILE_NAME
}
-f
`
BIN_PATH
=
${
BINARY
%/*
}
if
[
"
${
BIN_PATH
}
"
==
"../*"
]
;
then
if
[
[
"
${
BIN_PATH
}
"
==
../
*
]
]
;
then
# This is a workaround for mac user to resolve correct link
cd
${
ROOT_DIR
}
/
${
DIR_NAME
}
/
${
BIN_PATH
}
BIN_PATH
=
`
pwd
`
...
...
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