summaryrefslogtreecommitdiff
path: root/check/check-define-variable
diff options
context:
space:
mode:
Diffstat (limited to 'check/check-define-variable')
-rwxr-xr-xcheck/check-define-variable5
1 files changed, 5 insertions, 0 deletions
diff --git a/check/check-define-variable b/check/check-define-variable
index e0e0880..dd7f323 100755
--- a/check/check-define-variable
+++ b/check/check-define-variable
@@ -1,5 +1,10 @@
#! /bin/sh
+# Do the Solaris Dance:
+if [ ! -d ~root ] ; then
+ exec /usr/xpg4/bin/sh $0 "$@"
+fi
+
set -e
. ${srcdir}/common