シェルスクリプト言語xyzshのソースコード。
修訂 | 84c39e2509cb35f9e5ece8a5cfc7fe0c791a2476 (tree) |
---|---|
時間 | 2012-10-31 01:10:16 |
作者 | ab25cq <ab25cq@gmai...> |
Commiter | ab25cq |
1.1.7a
@@ -1,5 +1,5 @@ | ||
1 | 1 | |
2 | -2012 30th Octorber version 1.1.7 | |
2 | +2012 30th Octorber version 1.1.7a | |
3 | 3 | |
4 | 4 | Deleted castamized code for CYGWIN. It has not been required. |
5 | 5 |
@@ -112,7 +112,7 @@ static void xyzsh_read_rc() | ||
112 | 112 | |
113 | 113 | void xyzsh_init(enum eAppType app_type, BOOL no_runtime_script) |
114 | 114 | { |
115 | - setenv("XYZSH_VERSION", "1.1.7", 1); | |
115 | + setenv("XYZSH_VERSION", "1.1.7a", 1); | |
116 | 116 | setenv("XYZSH_DATAROOTDIR", DATAROOTDIR, 1); |
117 | 117 | |
118 | 118 | stack_init(1);; |