ソースを参照

Fix typo in zsh cowbuilder config.

Emmanuel Bouthenot 17 年 前
コミット
4c2fa82b30
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .zsh.d/os.d/Debian.zsh

+ 1 - 1
.zsh.d/os.d/Debian.zsh

@@ -11,7 +11,7 @@ function cow-dist () {
     command=$1
     shift
     
-    echo cowbuilder $command --configfile ~/.cowbuilder/$dist $@
+    cowbuilder $command --configfile ~/.cowbuilder/$dist $@
     return $?
 }