• R/O
  • HTTP
  • SSH
  • HTTPS

nkf: 提交

nkfのGitリポジトリです。


Commit MetaInfo

修訂1a7d288353736815e5087565cf94c613f37fed3a (tree)
時間2019-06-10 00:18:54
作者conao3 <conao3@gmai...>
Commiterconao3

Log Message

changed test mkdir directory from /tmp to pwd

This makes running mkdir for testing more innocuous.

Change Summary

差異

--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SHAR = shar
66 PERL = perl
77 RM = rm -rf
88 VERSION = 2.1.5
9-MKDIR = $(shell if mkdir -p /tmp 2>/dev/null; then echo "mkdir -p"; else echo "mkdir"; fi)
9+MKDIR = $(shell if mkdir -p `pwd` 2>/dev/null; then echo "mkdir -p"; else echo "mkdir"; fi)
1010 prefix = /usr/local
1111 PYTHON2 = python
1212 PYTHON3 = python
Show on old repository browser