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' --- base/tps-client/scripts/nss_pcache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/tps-client/scripts/nss_pcache') diff --git a/base/tps-client/scripts/nss_pcache b/base/tps-client/scripts/nss_pcache index 6c4b21e93..ef486f005 100755 --- a/base/tps-client/scripts/nss_pcache +++ b/base/tps-client/scripts/nss_pcache @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # --- BEGIN COPYRIGHT BLOCK --- # This library is free software; you can redistribute it and/or -- cgit