From 8d61a39c1f636b7edd184767225492a4d5dacde5 Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Tue, 14 Mar 2000 02:39:13 +0000 Subject: [PATCH] Just removed the odd space between the "!" and the "/bin/sh". I believe some OSes might choke on that, and certainly no OS requires it. --- etc/mhn.defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 8b29fcd..603bcb1 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # # mhn.defaults.sh -- create extra profile file for MIME handling # -- 1.7.10.4