scripts/Bootstrap/Pmodules/bash:

- bugfix: accept tilde and slash as first character of an argument
This commit is contained in:
2015-04-15 19:05:00 +02:00
parent 317775e872
commit e5c7aeb859

View File

@@ -42,7 +42,7 @@ module() {
-* )
sub_switches+=( $1 )
;;
[a-zA-Z]* )
[/~a-zA-Z]* )
args+=( $1 )
;;
esac