/bin/sh on solaris isn't POSIX compliant, so we just exec a POSIX
shell on Solaris.
#! /bin/sh
+# Do the Solaris Dance:
+if [ ! -d ~root ] ; then
+ exec /usr/xpg4/bin/sh $0 "$@"
+fi
+
set -e
. ${srcdir}/common
#! /bin/sh
+# Do the Solaris Dance:
+if [ ! -d ~root ] ; then
+ exec /usr/xpg4/bin/sh $0 "$@"
+fi
+
set -e
. ${srcdir}/common
#! /bin/sh
+# Do the Solaris Dance:
+if [ ! -d ~root ] ; then
+ exec /usr/xpg4/bin/sh $0 "$@"
+fi
+
set -e
. ${srcdir}/common
#! /bin/sh
+# Do the Solaris Dance:
+if [ ! -d ~root ] ; then
+ exec /usr/xpg4/bin/sh $0 "$@"
+fi
+
set -e
. ${srcdir}/common
#! /bin/sh
+# Do the Solaris Dance:
+if [ ! -d ~root ] ; then
+ exec /usr/xpg4/bin/sh $0 "$@"
+fi
+
set -e
. ${srcdir}/common