mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
home-manager: minor Bash code fixes
This commit is contained in:
@@ -51,7 +51,7 @@ function doHelp() {
|
||||
echo " packages List all packages installed in home-manager-path"
|
||||
}
|
||||
|
||||
case $1 in
|
||||
case "$1" in
|
||||
rebuild)
|
||||
doRebuild "$2"
|
||||
;;
|
||||
@@ -68,4 +68,5 @@ case $1 in
|
||||
echo "Unknown command: $1"
|
||||
doHelp
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user