summaryrefslogtreecommitdiffstats
path: root/base/java-tools/templates/pretty_print_cert_command_wrapper.in
diff options
context:
space:
mode:
Diffstat (limited to 'base/java-tools/templates/pretty_print_cert_command_wrapper.in')
-rw-r--r--base/java-tools/templates/pretty_print_cert_command_wrapper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/java-tools/templates/pretty_print_cert_command_wrapper.in b/base/java-tools/templates/pretty_print_cert_command_wrapper.in
index 6c1abc7a1..6dc86de27 100644
--- a/base/java-tools/templates/pretty_print_cert_command_wrapper.in
+++ b/base/java-tools/templates/pretty_print_cert_command_wrapper.in
@@ -110,7 +110,7 @@ fi
## order this command wrapper uses to find jar files. ##
###############################################################################
-JNI_JAR_DIR=`source /usr/share/pki/etc/pki.conf && source /etc/pki/pki.conf && echo $JNI_JAR_DIR`
+JNI_JAR_DIR=`. /usr/share/pki/etc/pki.conf && . /etc/pki/pki.conf && echo $JNI_JAR_DIR`
CP=${JNI_JAR_DIR}/jss4.jar
CP=/usr/share/java/commons-codec.jar:${CP}
CP=/usr/share/java/ldapjdk.jar:${CP}