From 4708983b88d33cb1b1c2cc913499c18dfc7d6959 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Tue, 26 Apr 2016 11:06:10 -0600 Subject: fix bashisms - PKI TRAC Ticket #2249 - fix bashisms - changes 'source' to '.' - changes 'bash' to 'sh' --- scripts/install_default_ca_instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install_default_ca_instance') diff --git a/scripts/install_default_ca_instance b/scripts/install_default_ca_instance index 7de098018..183ce3dd3 100755 --- a/scripts/install_default_ca_instance +++ b/scripts/install_default_ca_instance @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # BEGIN COPYRIGHT BLOCK # (C) 2010 Red Hat, Inc. # All rights reserved. -- cgit