scripts/Bootstrap/Pmodules/bash:
- bugfix: accept tilde and slash as first character of an argument
This commit is contained in:
@@ -42,7 +42,7 @@ module() {
|
||||
-* )
|
||||
sub_switches+=( $1 )
|
||||
;;
|
||||
[a-zA-Z]* )
|
||||
[/~a-zA-Z]* )
|
||||
args+=( $1 )
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user