Explorar el Código

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 hace 16 años
padre
commit
07dde3a5cb
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      createPluginJar.sh

+ 3
- 1
createPluginJar.sh Ver fichero

@@ -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";

Loading…
Cancelar
Guardar