[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#62896: [Configure] Bug with check for PERL when path has spaces (i.e
From: |
Karl Berry |
Subject: |
bug#62896: [Configure] Bug with check for PERL when path has spaces (i.e. Windows) |
Date: |
Sun, 23 Apr 2023 15:25:44 -0600 |
But anyway, patch for the Perl path attached.
Thanks. Your method seems as good as any to me.
I thought about using
'grep -q' and checking the exit code, but maybe this version is more
portable.
Indeed, grep -q is not portable. It's necessary to >/dev/null instead.
--thanks again, karl.