lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master be248df 1/2: Remove a superfluous escape


From: Greg Chicares
Subject: [lmi-commits] [lmi] master be248df 1/2: Remove a superfluous escape
Date: Thu, 30 May 2019 10:47:06 -0400 (EDT)

branch: master
commit be248dfd5e45bbceb2ae4fb3ca0a3d80aeac6560
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove a superfluous escape
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2019-05/msg00063.html
---
 install_msw.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_msw.sh b/install_msw.sh
index 13048c9..fc72f74 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -146,7 +146,7 @@ then
     # Disable shellcheck warning about the need to double quote $packages_list:
     # it can't be done here and we really want word splitting to happen here.
     # shellcheck disable=SC2086
-    missing_packages_count=$(dpkg-query -W -f='\${Status}\n' $packages_list 
2>&1 | \
+    missing_packages_count=$(dpkg-query -W -f='${Status}\n' $packages_list 
2>&1 | \
       grep -v -c 'install ok installed')
 
     if [ "$missing_packages_count" -gt 0 ]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]