diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 20:12:56 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 20:12:56 -0500 |
commit | e4c566d5a1dd25d87d07dac1459a395321b9a5ef (patch) | |
tree | 315e424cd74ac1ba397d9cbc08e77d47b52e3fc3 /src/subcommands/ma/update-users | |
parent | 585b1c823e7b72f610fb23aeb4fc09f0287a0bdb (diff) | |
parent | 8001b4523c665ee7d9ded64cbdb7081b023b75c1 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/subcommands/ma/update-users')
-rw-r--r--[-rwxr-xr-x] | src/subcommands/ma/update-users | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/subcommands/ma/update-users b/src/subcommands/ma/update-users index d3a72dc..73685f6 100755..100644 --- a/src/subcommands/ma/update-users +++ b/src/subcommands/ma/update-users @@ -1,14 +1,15 @@ -#!/usr/bin/env bash +# -*-shell-script-*- +# This should be sourced by bash (though we welcome changes to make it POSIX sh compliant) # Monkeysphere authentication update-users subcommand # # The monkeysphere scripts are written by: -# Jameson Rollins <jrollins@fifthhorseman.net> +# Jameson Rollins <jrollins@finestructure.net> # Jamie McClelland <jm@mayfirst.org> # Daniel Kahn Gillmor <dkg@fifthhorseman.net> # -# They are Copyright 2008, and are all released under the GPL, version 3 -# or later. +# They are Copyright 2008-2009, and are all released under the GPL, +# version 3 or later. update_users() { |