소스 검색

Remove temp dirs when done


git-svn-id: http://svn.dmdirc.com/trunk@3527 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 년 전
부모
커밋
1023ea32f5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      createPluginJar.sh

+ 2
- 0
createPluginJar.sh 파일 보기

@@ -48,4 +48,6 @@ done
48 48
 
49 49
 mv ${srcdir}/src/${foldername}/${2}.jar ${srcdir}/plugins/
50 50
 
51
+cd ${srcdir}
52
+rm -Rf ${TMPDIR}
51 53
 #echo "done";

Loading…
취소
저장