Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mageops/bash-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkeen committed Jun 17, 2020
2 parents 2992938 + 69c9fbf commit 868ee97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/bundle.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENDBANNER

find "$LIB/" -type f -iname '*.bash' | while read LIBMODULE ; do
echo -e "\n\n####### BEGIN Library Module: $LIBMODULE #######\n" >> "$OUT/lib.bundle.bash"
cat "$LIBMODULE" >> "$OUT/lib.bundle.bash"
cat "$LIBMODULE" >> "$OUT/lib.bundle.bash" | head -1
echo -e "\n####### END Library Module: $LIBMODULE #######" >> "$OUT/lib.bundle.bash"
done
}
Expand Down

0 comments on commit 868ee97

Please # to comment.