Skip to content

Commit 55992e3

Browse files
author
Xiangfu Liu
committedNov 28, 2011
fix typo
1 parent 1593a35 commit 55992e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎scripts/compile-milkymist-firmware.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ fi
5555

5656
#this needs you manully clont the wernermisc.git to MILKYMIST_GIT_DIR
5757
echo "handle cvs rtems and werner's patch ..."
58-
rm -rf $(MILKYMIST_GIT_DIR)/rtems
59-
(cd $(MILKYMIST_GIT_DIR) && cvs -d :pserver:anoncvs@www.rtems.com:/usr1/CVS co rtems)
60-
(cd $(MILKYMIST_GIT_DIR)/rtems && rm -f patches && ln -s ../wernermisc.git/m1/patches/rtems/ patches)
61-
(cd $(MILKYMIST_GIT_DIR)/rtems/patches && git fetch -a && git reset --hard origin/master)
62-
(cd $(MILKYMIST_GIT_DIR)/rtems && quilt push -a)
58+
rm -rf ${MILKYMIST_GIT_DIR}/rtems
59+
(cd ${MILKYMIST_GIT_DIR} && cvs -d :pserver:anoncvs@www.rtems.com:/usr1/CVS co rtems)
60+
(cd ${MILKYMIST_GIT_DIR}/rtems && rm -f patches && ln -s ../wernermisc.git/m1/patches/rtems/ patches)
61+
(cd ${MILKYMIST_GIT_DIR}/rtems/patches && git fetch -a && git reset --hard origin/master)
62+
(cd ${MILKYMIST_GIT_DIR}/rtems && quilt push -a)
6363

6464
echo "get git versions ..."
6565
get-feeds-revision ${MILKYMIST_GIT_DIR}/autotest-m1.git

0 commit comments

Comments
 (0)