+Mon Nov 11 14:25:15 1996 Tom Yu <tlyu@mit.edu>
+
+ * start_servers, start_servers_local, init_db: Use ${FOO+bar} and
+ ${FOO=baz} rather than ${FOO:+bar} and ${FOO:=baz} because of
+ Ultrix /bin/sh lossage.
+
Thu Nov 7 13:56:25 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* env-setup.shin (foo): Use single quotes around @KRB5_RUN_ENV@ so
#!/bin/sh
# If it's set, set it to true
-VERBOSE=${VERBOSE_TEST:+true}
+VERBOSE=${VERBOSE_TEST+true}
# Otherwise, set it to false
-DUMMY=${VERBOSE:=false}
+DUMMY=${VERBOSE=false}
if $VERBOSE; then
REDIRECT=
DUMMY=${RSH_CMD=rsh}
# If it's set, set it to true
-VERBOSE=${VERBOSE_TEST:+true}
+VERBOSE=${VERBOSE_TEST+true}
# Otherwise, set it to false
-DUMMY=${VERBOSE:=false}
+DUMMY=${VERBOSE=false}
local=1
$STOP_SERVERS_LOCAL -start_servers
# If it's set, set it to true
-VERBOSE=${VERBOSE_TEST:+true}
+VERBOSE=${VERBOSE_TEST+true}
# Otherwise, set it to false
-DUMMY=${VERBOSE:=false}
+DUMMY=${VERBOSE=false}
if $VERBOSE; then
REDIRECT=