From 63d29e9cb544e03b8a75c2e9b779c601b7105084 Mon Sep 17 00:00:00 2001 From: Tom Scavo Date: Mon, 28 Nov 2016 12:20:17 -0500 Subject: [PATCH] Add base64 to command_paths --- lib/command_paths.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/command_paths.sh b/lib/command_paths.sh index d418e19..3b8f646 100755 --- a/lib/command_paths.sh +++ b/lib/command_paths.sh @@ -37,6 +37,7 @@ export COMMAND_PATHS=true ####################################################################### # commands with compatible paths +_BASE64=/usr/bin/base64 _BC=/usr/bin/bc _CAT=/bin/cat _CMP=/usr/bin/cmp