make subcommand subfunction that were missed previously
[monkeysphere.git] / src / subcommands / ma / update-users
index a26d3fbdd0d5732935787fee50e75dcf2f955e07..086136403638fe492a3f462c7e0f7bd4e728b480 100755 (executable)
@@ -10,6 +10,8 @@
 # They are Copyright 2008, and are all released under the GPL, version 3
 # or later.
 
+update_users() {
+
 if [ "$1" ] ; then
     # get users from command line
     unames="$@"
@@ -141,4 +143,6 @@ for uname in $unames ; do
 
     # destroy temporary directory
     rm -rf "$TMPLOC"
- done
+done
+
+}