From ef847729405acabb7038b7116e7b21ed4fb34ccd Mon Sep 17 00:00:00 2001 From: Cosmin Apreutesei Date: Thu, 9 Apr 2015 09:45:35 +0300 Subject: [PATCH] unimportant --- mgit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mgit b/mgit index 241e141..5f9c26c 100755 --- a/mgit +++ b/mgit @@ -46,7 +46,9 @@ usage() { echo " [help|--help] show this screen" echo # append any plugin help files - cat .mgit/*.help + for f in .mgit/*.help; do + cat "$f" + done echo exit }