mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
fixed: "git extra update" errors when pwd includes whitespace
This commit is contained in:
parent
4ea2749225
commit
24bef3da5a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue