1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

Merge pull request #332 from jfchevrette/patch-1

change inner double quotes to single quotes
This commit is contained in:
Daiderd Jordan 2021-05-26 18:38:25 +02:00 committed by GitHub
commit daed264991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ let
echo "Create a symlink to /var/run with:" >&2
if test -e /etc/synthetic.conf; then
echo >&2
echo "$ echo "run\tprivate/var/run" | sudo tee -a /etc/synthetic.conf" >&2
echo "$ echo 'run\tprivate/var/run' | sudo tee -a /etc/synthetic.conf" >&2
echo "$ /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -B" >&2
echo "$ /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t" >&2
echo >&2