From e5c7aeb859a0d0fb07249722c9a10990ff2c7e01 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 15 Apr 2015 19:05:00 +0200 Subject: [PATCH] scripts/Bootstrap/Pmodules/bash: - bugfix: accept tilde and slash as first character of an argument --- scripts/Bootstrap/Pmodules/bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Bootstrap/Pmodules/bash b/scripts/Bootstrap/Pmodules/bash index ed2e01d..d57cdee 100644 --- a/scripts/Bootstrap/Pmodules/bash +++ b/scripts/Bootstrap/Pmodules/bash @@ -42,7 +42,7 @@ module() { -* ) sub_switches+=( $1 ) ;; - [a-zA-Z]* ) + [/~a-zA-Z]* ) args+=( $1 ) ;; esac