1
0
mirror of synced 2026-01-12 00:42:56 +00:00

Merge pull request #1348 from Interlisp/medley-issue-1347

Fix for typo; issue #1347
This commit is contained in:
Matt Heffron 2023-10-13 10:41:05 -07:00 committed by GitHub
commit f1833861cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ check_file_readable() {
check_dir_writeable_or_creatable() {
local msg_core="\"$2\" given as the value of the \"$1\" flag"
if [[ -e "$%2" ]];
if [[ -e "$2" ]];
then
if [[ ! -d "$2" ]];
then