fix remove_monkeysphere_lines function to just read from stdin and write to stdout
[monkeysphere.git] / src / share / m / update_authorized_keys
index 03f6306ef686fb7807a0166786cda7275b176c9e..544995155f08855e05e54b8ab8ffdd1dd3788fb1 100644 (file)
@@ -32,7 +32,7 @@ update_authorized_keys() {
     # remove any monkeysphere lines from authorized_keys file this is
     # to insure that that all old authorized keys that are no longer
     # authorized are removed
-    remove_monkeysphere_lines "$AUTHORIZED_KEYS" > "$tmpFile"
+    remove_monkeysphere_lines <"$AUTHORIZED_KEYS" >"$tmpFile"
 
     process_authorized_user_ids "$tmpFile" \
        < "$AUTHORIZED_USER_IDS"