[latex3-commits] [git/LaTeX3-latex3-latex3] master: Need -f for rmdir on Unix (6bd7333)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jul 27 15:03:07 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/6bd73330a4481e7cf665fb2bd5e24231a91dc619
>---------------------------------------------------------------
commit 6bd73330a4481e7cf665fb2bd5e24231a91dc619
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jul 27 14:03:07 2018 +0100
Need -f for rmdir on Unix
>---------------------------------------------------------------
6bd73330a4481e7cf665fb2bd5e24231a91dc619
l3kernel/l3candidates.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 4953e35..b30aa1d 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -3210,7 +3210,7 @@
\sys_shell_now:x
{
\sys_if_platform_unix:T
- { rm~-r~ \exp_not:N \tl_to_str:n {#1} }
+ { rm~-rf~ \exp_not:N \tl_to_str:n {#1} }
\sys_if_platform_windows:T
{ rmdir~/s~/q~ \exp_not:N \@@_path_to_win:n {#1} }
}
More information about the latex3-commits
mailing list