summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-10-05 16:22:09 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-10-05 16:22:09 +0200
commit0807a388a75abff8785be61efaeb31303b48ae86 (patch)
tree5dc96d490bf036ad0c8beb9119600cab1ffa781a
parentf44dc2a8cc70e26b755c2b1278818d422908beb8 (diff)
parentc3f4e5388e44943b98dac4a4fcf0bebdeb384316 (diff)
Merge pull request #103 from matthiasbeyer/fix-syntax_error
Fix: move debug output in case block
-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 b4edfcb..93d8d49 100755
--- a/nix-script-switch.sh
+++ b/nix-script-switch.sh
@@ -118,8 +118,8 @@ do
NIXPKGS=$OPTARG
fi
TAG_NIXPKGS=1
- ;;
dbg "TAG_NIXPKGS = $TAG_NIXPKGS"
+ ;;
f)
TAG_FLAGS=$OPTARG