use git checkout instead of git co
This commit is contained in:
parent
56d7e94353
commit
b9d5537724
|
@ -7,7 +7,7 @@ fi
|
||||||
|
|
||||||
git clone . dpkg-tmp/tt-rss
|
git clone . dpkg-tmp/tt-rss
|
||||||
cd dpkg-tmp/tt-rss
|
cd dpkg-tmp/tt-rss
|
||||||
git co $1
|
git checkout $1
|
||||||
|
|
||||||
debuild -i -us -uc
|
debuild -i -us -uc
|
||||||
debuild -i -us -uc -b -aamd64
|
debuild -i -us -uc -b -aamd64
|
||||||
|
|
Loading…
Reference in New Issue