mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Tweaked cleanup of .xs_id again
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
5aca04e1d5
commit
0f22f35e7c
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ echo -n "Integrity check on copied files (sha1sum) ..."
|
|||
sha1sum $(find cptest -type f | sort) >sc.sha1sum
|
||||
diff sc.sha1sum ${BACILLUS_WORKDIR}/build/xs/cptest.sha1sum
|
||||
stat=$?
|
||||
|
||||
cd -
|
||||
|
||||
rm -rf /tmp/$tmpdir
|
||||
if [ $stat -eq "0" ]; then
|
||||
echo "OK."
|
||||
|
@ -99,7 +99,7 @@ tar -cz --exclude=.git --exclude=cptest -f ${BACILLUS_ARTFDIR}/xs.tgz .
|
|||
############
|
||||
stage "Cleanup"
|
||||
############
|
||||
rm -f ~/.xs_id
|
||||
# nop
|
||||
|
||||
echo
|
||||
echo "--Done--"
|
||||
|
|
Loading…
Reference in a new issue