From b150d818bd09d42c65c569acb17a3fff0a7d5bf1 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 28 Jul 2015 18:50:09 +0200 Subject: Fix: Use dbg() instead of stdout() in option parsing --- nix-script-switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-script-switch.sh b/nix-script-switch.sh index 8051e24..c0be133 100755 --- a/nix-script-switch.sh +++ b/nix-script-switch.sh @@ -75,7 +75,7 @@ do p) NIXPKGS=$OPTARG - stdout "NIXPKGS = $NIXPKGS" + dbg "NIXPKGS = $NIXPKGS" ;; h) -- cgit v1.2.3