OSDN Git Service

[fixed] issue 934, update.sh uses env to find sh now.
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Fri, 20 Jul 2012 10:26:20 +0000 (10:26 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Fri, 20 Jul 2012 10:26:20 +0000 (10:26 +0000)
update.sh

index 682bab9..9a3a930 100644 (file)
--- a/update.sh
+++ b/update.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/sh 
+#! /usr/bin/env sh
 # Execute this in the root directory of the trunk to update all jars and natives from 
 # the CI server.
 wget http://libgdx.badlogicgames.com/nightlies/libgdx-nightly-latest.zip -O libgdx-nightlies.zip
@@ -48,4 +48,4 @@ cp -rf nightlies/armeabi nightlies/armeabi-v7a extensions/gdx-remote/libs
 
 # remove temporary directory
 rm -rf nightlies
-rm libgdx-nightlies.zip
\ No newline at end of file
+rm libgdx-nightlies.zip