Cosmetics.

master
Ville Skyttä 2013-08-08 12:53:53 +03:00
parent 3f144beb72
commit 62e0c3ba72
1 changed files with 1 additions and 2 deletions

View File

@ -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