Changeset 22435


Ignore:
Timestamp:
2010-07-19T14:09:38+12:00 (14 years ago)
Author:
davidb
Message:

Fixed issue with quotes around fulldir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/music-ir/trunk/setup.bat

    r22243 r22435  
    22pushd "%CD%"
    33CD /D "%~dp0"
    4 set GSDLLANG=en
     4
    55set extdesc=the Music IR Extension
    66
     
    3737:Success
    3838
    39 set fulldir="%~dp0"
     39set fulldir=%~dp0
    4040
    4141:: strip off everything up to (and including) ext dir
     
    4545set extdir=%extdir:\=%
    4646
    47 if "%GSDLEXTS%" == "" (
     47if "x%GSDLEXTS%" == "x" (
    4848  set GSDLEXTS=%extdir%
    4949) else (
Note: See TracChangeset for help on using the changeset viewer.