X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FParse.ih;h=9f7edf91db1043975f958ac8ed3872e580a79115;hb=16d94efc2159cba35fc44e5b26747ae0a2ab237b;hp=2f7c80d373afc3689e358fb52a189fdfcedab826;hpb=5e9e6057a4e5c1241ff3f1b75b0f797eb570725d;p=senf.git diff --git a/Console/Parse.ih b/Console/Parse.ih index 2f7c80d..9f7edf9 100644 --- a/Console/Parse.ih +++ b/Console/Parse.ih @@ -280,9 +280,8 @@ namespace detail { abspath = ch_p('/') [ push_back_a(self.context.path, "") ] - >> ! ( ( word [ push_back_a(self.context.path) ] - % ch_p('/') ) - >> ( ! ch_p('/') [ push_back_a(self.context.path,"") ] ) ) + >> ( relpath + | eps_p [ push_back_a(self.context.path, "") ] ) ; balanced_tokens