浏览代码

Horrible, horrible bash script now outputs where it says it does


git-svn-id: http://svn.dmdirc.com/trunk@2617 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5.5
Chris Smith 16 年前
父节点
当前提交
07dde3a5cb
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      createPluginJar.sh

+ 3
- 1
createPluginJar.sh 查看文件

@@ -48,4 +48,6 @@ while [ 1 -eq 1 ]; do
48 48
 	fi
49 49
 done
50 50
 
51
-echo "done";
51
+mv ${srcdir}/src/${foldername}/${2}.jar ${srcdir}/plugins/
52
+
53
+echo "done";

正在加载...
取消
保存