Fixing a typo

svn path=/nixpkgs/trunk/; revision=17067
This commit is contained in:
Michael Raskin 2009-09-12 07:33:55 +00:00
parent b7d9689224
commit 0462878b22
2 changed files with 2 additions and 2 deletions

View file

@ -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
}

View file

@ -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
}