Changeset 133 for trunk/lingosource
- Timestamp:
- 02/05/08 16:38:57 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib1/svn_Utilities.ls (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/svn_Utilities.ls
r131 r133 138 138 139 139 tmpfolder = baSysFolder("temp") 140 tempSrc HFSPath = tmpfolder & "temp_SVN_Diff_file1.ls"141 140 tempSrcPath = tmpfolder & "temp_SVN_Diff_file1.ls" 141 tempSrcHFSPath = tempSrcPath 142 142 end if 143 143 … … 148 148 149 149 150 151 150 152 if isMac then 153 151 154 comm = mConvertHFS2Unix(me, thePath) 152 153 155 154 156 theResult = mDoShellCmd(me, bbdiffpath & " --ignore-curly-quotes --ignore-spaces --wait --resume " "E& tempSrcPath "E&"E& comm "E && "2>&1", RETURN, 0, 1) … … 253 255 else 254 256 255 theResult = mDoShellCmd(me, QUOTE & bbdiffpath & QUOTE && QUOTE & tempSrcPath "E&"E& comm, RETURN, 0, 0, 0) 257 258 theResult = mDoShellCmd(me, QUOTE & bbdiffpath & QUOTE && QUOTE & tempSrcPath "E&"E& thePath "E, RETURN, 0, 0, 0) 256 259 257 260 -------- now write the results of the BBEdit diff back into the script members
Note: See TracChangeset
for help on using the changeset viewer.
