mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Fixing a typo
svn path=/nixpkgs/trunk/; revision=17067
This commit is contained in:
parent
b7d9689224
commit
0462878b22
|
@ -29,7 +29,7 @@ import ./generic.nix (
|
|||
sed -re "1i$1=m" -i .config
|
||||
}
|
||||
setOptionYes () {
|
||||
sed -re 's/^# )'"$1"') is not set/\1=y/' -i .config
|
||||
sed -re 's/^# ('"$1"') is not set/\1=y/' -i .config
|
||||
sed -re "1i$1=y" -i .config
|
||||
}
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ in
|
|||
sed -re "1i$1=m" -i .config
|
||||
}
|
||||
setOptionYes () {
|
||||
sed -re 's/^# )'"$1"') is not set/\1=y/' -i .config
|
||||
sed -re 's/^# ('"$1"') is not set/\1=y/' -i .config
|
||||
sed -re "1i$1=y" -i .config
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue