summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-07-28 18:50:09 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-07-28 18:50:09 +0200
commitb150d818bd09d42c65c569acb17a3fff0a7d5bf1 (patch)
tree44b01e6fe2374879e1cdc14eb2e09786e3ec6967
parent9d91b7df35de760b509f1eab6f7cd61207088ef3 (diff)
Fix: Use dbg() instead of stdout() in option parsing
-rwxr-xr-xnix-script-switch.sh2
1 files changed, 1 insertions, 1 deletions
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)