Ignore:
Timestamp:
2012-05-23T19:27:27+12:00 (12 years ago)
Author:
davidb
Message:

Tidy up scripts and config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/i-jetty/trunk/src/IJETTY-PUSH.sh

    r25623 r25663  
    1717fi
    1818
     19# remove any trailing slash, as 'adb' does not appear to like this
     20within_webapps=${within_webapps%/}
     21
    1922echo "Running: adb push \"webapps/$within_webapps\" \"$WITHIN_SDCARD_WEBAPPS/$within_webapps\""
     23
    2024adb push "webapps/$within_webapps" "$WITHIN_SDCARD_WEBAPPS/$within_webapps"
Note: See TracChangeset for help on using the changeset viewer.