Fix quoting
authorSteve Youngs <steve@steveyoungs.com>
Sat, 29 May 2021 08:56:51 +0000 (18:56 +1000)
committerSteve Youngs <steve@steveyoungs.com>
Sat, 29 May 2021 08:56:51 +0000 (18:56 +1000)
Signed-off-by: Steve Youngs <steve@steveyoungs.com>
usr/bin/list_package

index 3e2a103..9b7b6b8 100755 (executable)
@@ -5,7 +5,7 @@
 # Author:     Steve Youngs <steve@sxemacs.org>
 # Maintainer: Steve Youngs <steve@sxemacs.org>
 # Created:    <2021-05-04>
-# Time-stamp: <Thursday 27 May 2021 19:36:09 (steve)>
+# Time-stamp: <Saturday 29 May 2021 18:45:41 (steve)>
 # Homepage:   https://git.sxemacs.org/pkgusr
 # Keywords:   pkgusr package-management tools
 
@@ -354,7 +354,7 @@ listdeprecated()
        -user $PKG -printf "  %p\n")
     if [ -n "${DEPRECATED}" ]; then
        echo -e '\nDEPRECATED LIBRARIES (remember to audit):'
-       echo ${DEPRECATED}
+       echo "${DEPRECATED}"
     fi
 }