j
k
j a
j l
On 02/16/2012 12:50 PM, Darrell Anderson wrote:
else mkdir -p $GIT_TREE cd $GIT_TREE_ROOT
I think this needs to be:
else cd $GIT_TREE_ROOT mkdir -p $GIT_TREE
:)
Back to the thread
Back to the list