minor: sync lib/varstash

This commit is contained in:
Daniel Hahler 2017-04-23 21:49:01 +02:00
parent d09b85cc0a
commit e454d1af37
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,7 @@
# autostash PATH # autostash PATH
# export PATH=/something/else # export PATH=/something/else
# #
# You may also do both operations on line line, leaving only the very succinct # You may also do both operations in one line, resulting in the very succinct
# #
# autostash PATH=/something/else # autostash PATH=/something/else
# #
@ -55,7 +55,6 @@
# #
################################################################################ ################################################################################
function stash() { function stash() {
if [[ $1 == "-f" ]]; then if [[ $1 == "-f" ]]; then
local force=1; shift local force=1; shift