mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-04 03:02:45 -04:00
Add curly quotes to make message shown to user clearer.
This commit is contained in:
@@ -15,10 +15,10 @@ SYSEXT_ROOT_LOCATION="/var/lib/extensions/"
|
||||
|
||||
echo
|
||||
if [ -f "${SYSEXT_LOCATION}/extension-release.${SYSEXT_NAME}" ]; then
|
||||
echo '== Systemd system extension ${SYSEXT_NAME}: already set up, skipping =='
|
||||
echo '== Systemd system extension “${SYSEXT_NAME}”: already set up, skipping =='
|
||||
else
|
||||
echo '== Systemd system extension: needs setup =='
|
||||
echo "Setting up extension ${SYSEXT_NAME} at ${SYSEXT_BASE_LOCATION}..."
|
||||
echo "Setting up extension “${SYSEXT_NAME}” at ${SYSEXT_BASE_LOCATION}..."
|
||||
|
||||
# Create directory to hold this system extension
|
||||
mkdir -p "${SYSEXT_LOCATION}"
|
||||
|
||||
Reference in New Issue
Block a user