# HG changeset patch
# User Leif Leonhardy <not.really@online.de>
# Date 1283987135 -7200
# Node ID 9b4427eb252cf7f98482408f180a6211427a52c1
# Parent 7ffde08f86a0a46cfef84c0f9c0be25477bbba42
#9603: Fix old bashes not understanding ";&" in spkg-check.
diff -r 7ffde08f86a0 -r 9b4427eb252c spkg-check
a
|
b
|
|
18 | 18 | echo "It will probably be fixed in later releases of Solaris 10," |
19 | 19 | echo "and was fixed in build 66 of OpenSolaris:" |
20 | 20 | echo " http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6550204" |
21 | | ;& |
22 | | CYGWIN|HP-UX) |
| 21 | esac |
| 22 | case "$UNAME" in |
| 23 | CYGWIN|HP-UX|SunOS) |
23 | 24 | |
24 | 25 | cd src |
25 | 26 | |