Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
[CB-4730] [BlackBerry10] Updating init calls to work on Win 7 64
Browse files Browse the repository at this point in the history
    with long paths.

  Reviewed By: James Keshavarzi <jkeshavarzi@blackberry.com>
  Tested By: Daniel Audino <daudino@blackberry.com>
  • Loading branch information
Jeffrey Heifetz committed Sep 3, 2013
1 parent e565e65 commit d7d78a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blackberry10/bin/check_reqs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ goto comment
specific language governing permissions and limitations
under the License.
:comment
call "%~dp0init"
call "%~dps0init"

set FOUNDJAVA=
for %%e in (%PATHEXT%) do (
Expand Down
2 changes: 1 addition & 1 deletion blackberry10/bin/target.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ goto comment
specific language governing permissions and limitations
under the License.
:comment
call "%~dp0init"
call "%~dps0init"
"%CORDOVA_NODE%\node.exe" "%~dps0\lib\target" %*
2 changes: 1 addition & 1 deletion blackberry10/bin/templates/project/cordova/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ goto comment
specific language governing permissions and limitations
under the License.
:comment
call "%~dp0init"
call "%~dps0init"
"%CORDOVA_NODE%\node.exe" "%~dps0\lib\build" %*
2 changes: 1 addition & 1 deletion blackberry10/bin/templates/project/cordova/clean.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ goto comment
specific language governing permissions and limitations
under the License.
:comment
call "%~dp0init"
call "%~dps0init"
"%CORDOVA_NODE%\node.exe" "%~dps0\lib\clean" %*
2 changes: 1 addition & 1 deletion blackberry10/bin/templates/project/cordova/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ goto comment
specific language governing permissions and limitations
under the License.
:comment
call "%~dp0init"
call "%~dps0init"
"%CORDOVA_NODE%\node.exe" "%~dps0\lib\run" %*
2 changes: 1 addition & 1 deletion blackberry10/bin/templates/project/cordova/version.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ goto comment
specific language governing permissions and limitations
under the License.
:comment
call "%~dp0init"
call "%~dps0init"
"%CORDOVA_NODE%\node.exe" "%~dps0\lib\version" %*

0 comments on commit d7d78a8

Please sign in to comment.