forked from ueno/gnulib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnulib-tool: don't give up on ln -s so easily
* gnulib-tool (func_ln_s): Don't give up on a later ln -s merely because an earlier one failed. The targets could be on different file systems. Problem reported by KO Myung-Hun in: http://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00081.html
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
2016-01-24 Paul Eggert <[email protected]> | ||
|
||
gnulib-tool: don't give up on ln -s so easily | ||
* gnulib-tool (func_ln_s): Don't give up on a later ln -s merely | ||
because an earlier one failed. The targets could be on different | ||
file systems. Problem reported by KO Myung-Hun in: | ||
http://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00081.html | ||
|
||
closedir: fix OS/2-related typos | ||
Problem reported by KO Myung-Hun in: | ||
http://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00107.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters