fixed: "git extra update" errors when pwd includes whitespace

This commit is contained in:
nulltask 2011-10-01 20:22:16 +09:00
parent 4ea2749225
commit 24bef3da5a

View file

@ -9,7 +9,7 @@ update() {
&& git clone --depth 1 http://github.com/visionmedia/git-extras.git \
&& cd git-extras \
&& make install \
&& cd $orig \
&& cd "$orig" \
&& echo "... updated git-extras $VERSION -> $(git extras --version)"
}
@ -24,4 +24,4 @@ case "$1" in
test "$INSTALL" = "y" && update && exit
man git-extras
;;
esac
esac