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:
commit
daed264991
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue