diff options
-rwxr-xr-x | docsrc2html.sh | 2 | ||||
-rwxr-xr-x | docsrc2man.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docsrc2html.sh b/docsrc2html.sh index 6de31cd..7163a75 100755 --- a/docsrc2html.sh +++ b/docsrc2html.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Creates the html pages # diff --git a/docsrc2man.sh b/docsrc2man.sh index 7c3b4c7..e5e06df 100755 --- a/docsrc2man.sh +++ b/docsrc2man.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Creates the man pages # |