Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
b0ff770b
Commit
b0ff770b
authored
Mar 16, 2016
by
neil
Browse files
Merge pull request #105 from colegatron/master
In case /home/ivan/.le points to a symlink, it does not displays the …
parents
2f06c850
bb4db3e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
b0ff770b
...
...
@@ -1097,7 +1097,7 @@ renewAll() {
_initpath
_info
"renewAll"
for
d
in
$(
ls
-F
$LE_WORKING_DIR
|
grep
[
^.].
*
[
.].
*
/
$
)
;
do
for
d
in
$(
ls
-F
$
{
LE_WORKING_DIR
}
/
|
grep
[
^.].
*
[
.].
*
/
$
)
;
do
d
=
$(
echo
$d
|
cut
-d
'/'
-f
1
)
_info
"renew
$d
"
...
...
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