Check-in Number:
|
438 | |
Date: |
2001-Apr-20 21:00:02 (local)
2001-Apr-20 19:00:02 (UTC) |
User: | rse |
Branch: | |
Comment: |
*** empty log message *** |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shtool/ChangeLog 1.149 -> 1.150
--- ChangeLog 2001/04/19 07:53:22 1.149
+++ ChangeLog 2001/04/20 19:00:02 1.150
@@ -9,6 +9,11 @@
ChangeLog
+ Changes between 1.5.3 and 1.5.4 (19-Apr-2001 to xx-Apr-2001):
+
+ *) Adjusted "make test" to also work under Cygwin environment.
+ [Joerg Freudenberger <Joerg.Freudenberger@nbg9.siemens.de>]
+
Changes between 1.5.2 and 1.5.3 (29-Feb-2001 to 19-Apr-2001):
*) Added support for three usage lines to shtoolize.sh.
|
|
ossp-pkg/shtool/README 1.75 -> 1.76
--- README 2001/04/19 07:54:49 1.75
+++ README 2001/04/20 19:00:17 1.76
@@ -10,7 +10,7 @@
http://www.gnu.org/software/shtool/
ftp://ftp.gnu.org/gnu/shtool/
- Version 1.5.3 (19-Apr-2001)
+ Version 1.5.4 (20-Apr-2001)
The GNU shtool program is a compilation of small but very stable and
portable shell scripts into a single shell tool. All ingredients
|
|
ossp-pkg/shtool/VERSION 1.58 -> 1.59
--- VERSION 2001/04/19 07:53:22 1.58
+++ VERSION 2001/04/20 19:00:17 1.59
@@ -2,5 +2,5 @@
VERSION -- Version Information for GNU shtool (syntax: Text)
[automatically generated and maintained by GNU shtool]
- This is GNU shtool, Version 1.5.3 (19-Apr-2001)
+ This is GNU shtool, Version 1.5.4 (20-Apr-2001)
|
|
ossp-pkg/shtool/shtool.spec 1.9 -> 1.10
--- shtool.spec 2001/04/19 07:53:22 1.9
+++ shtool.spec 2001/04/20 19:00:17 1.10
@@ -30,7 +30,7 @@
%define prefix /usr/local
%endif
-%define ver 1.5.3
+%define ver 1.5.4
%define rel 1
Name: shtool
|
|
ossp-pkg/shtool/test.db 1.15 -> 1.16
--- test.db 2001/01/17 09:55:11 1.15
+++ test.db 2001/04/20 19:00:02 1.16
@@ -183,7 +183,8 @@
test "x`shtool path -d a/b/c`" = "xa/b"
test "x`shtool path -d a/b/c/`" = "xa/b/c"
test "x`shtool path -b a/b/c`" = "xc"
-echo foo >foo.sh
+echo '#!/bin/sh' >foo.sh
+echo 'true' >>foo.sh
chmod a+x foo.sh
test "x`shtool path -p $PATH:. foo.sh`" = "x./foo.sh"
@end{path}
|
|