mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Making a reference single-quoted for grubDevices, as after substitution, there
will be doublequoted elements. Suggested by Kirelagin. svn path=/nixos/trunk/; revision=33403
This commit is contained in:
parent
70e1958bb6
commit
9fb07d4036
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if [ "$action" = "switch" -o "$action" = "boot" ]; then
|
|||
|
||||
if [ "@bootLoader@" = "grub" ]; then
|
||||
|
||||
if [ -n "@grubDevices@" ]; then
|
||||
if [ -n '@grubDevices@' ]; then
|
||||
mkdir -m 0700 -p /boot/grub
|
||||
@menuBuilder@ @out@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue