This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via 8910881aa1100fe022c3c5e25c10ec7a4344afee (commit)
from 611aad0d8731ff188f6b6a771ec0fa3f045946c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8910881aa1100fe022c3c5e25c10ec7a4344afee
Author: Harley Laue <los...@gm...>
Date: Wed Dec 10 10:18:26 2014 -0600
Use /bin/sh instead of bash
-----------------------------------------------------------------------
Summary of changes:
kernel/arch/dreamcast/kernel/make_banner.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/arch/dreamcast/kernel/make_banner.sh b/kernel/arch/dreamcast/kernel/make_banner.sh
index f824e20..0baaeb7 100755
--- a/kernel/arch/dreamcast/kernel/make_banner.sh
+++ b/kernel/arch/dreamcast/kernel/make_banner.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
# Re-creates the banner.h file for each compilation run
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|