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/build_dogtag_pki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build_dogtag_pki') diff --git a/scripts/build_dogtag_pki b/scripts/build_dogtag_pki index 653b9f2fe..24015f18a 100755 --- a/scripts/build_dogtag_pki +++ b/scripts/build_dogtag_pki @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # BEGIN COPYRIGHT BLOCK # (C) 2011 Red Hat, Inc. # All rights reserved. -- cgit