Skip to content

Commit

Permalink
Cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Aug 8, 2013
1 parent 3f144be commit 62e0c3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions completions/export
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ _export()

if [[ $cur == *=* ]]; then
local ocur=$cur oprev=$prev
prev=${cur%%=*}
cur=${cur#*=}
prev=${cur%%=*} cur=${cur#*=}
_variables && return
cur=$ocur prev=$oprev
fi
Expand Down

0 comments on commit 62e0c3b

Please sign in to comment.