diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-26 22:18:38 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-07-26 22:18:38 -0400 |
commit | 37c39c434872a2fc48da7e8d1d78ec2382090426 (patch) | |
tree | 191a66bb2d9c2d41fb369dac864519e4f52d95e6 /src | |
parent | 6ef7064d32718cc3b93f1c240e5e88c48fa4cf66 (diff) |
ensuring that STRICT_MODES gets passed through to the monkeysphere subshell properly, and that we set it to a literal "false" in the tests. This should resolve the FTBFS associated with MS #659
Diffstat (limited to 'src')
-rw-r--r-- | src/share/ma/update_users | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/ma/update_users b/src/share/ma/update_users index c5c74cf..31b53bf 100644 --- a/src/share/ma/update_users +++ b/src/share/ma/update_users @@ -93,7 +93,7 @@ for uname in $unames ; do # process authorized_user_ids file, as monkeysphere user su_monkeysphere_user \ - ". ${SYSSHAREDIR}/common; process_authorized_user_ids $TMP_AUTHORIZED_USER_IDS" \ + ". ${SYSSHAREDIR}/common; STRICT_MODES='$STRICT_MODES' process_authorized_user_ids $TMP_AUTHORIZED_USER_IDS" \ || returnCode="$?" else log debug "not processing authorized_user_ids." |