From bd2467aaa6d2bb0eb7d64075f412a8a26d9cfd80 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 11 Sep 2015 20:29:03 +0200 Subject: Add missing arguments to help_end() calls --- nix-script-switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix-script-switch.sh') diff --git a/nix-script-switch.sh b/nix-script-switch.sh index 572dac5..19b04a2 100755 --- a/nix-script-switch.sh +++ b/nix-script-switch.sh @@ -50,7 +50,7 @@ $(help_rcvars \ "RC_SWITCH_DEFAULT_TAG_FLAGS_NIXPKGS - Default git-tag flags for tagging in nixpkgs" ) -$(help_end) +$(help_end "${BASH_SOURCE[0]}") EOS } -- cgit v1.2.3