t / t7500 / add-content-and-commenton commit submodule: use prepare_submodule_repo_env consistently (c12e865)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5