aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPStringAdditions.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-10 19:21:09 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-10 19:21:09 +0000
commit31a6e2c7d4f6503a00d24a75c820123c1cce7562 (patch)
treebb5d4278ad384542ffdbf1d9e87dac4edc6a6cc1 /Source/SPStringAdditions.m
parent9f7545289ce2d8eda170baa14d740540cf25188f (diff)
downloadsequelpro-31a6e2c7d4f6503a00d24a75c820123c1cce7562.tar.gz
sequelpro-31a6e2c7d4f6503a00d24a75c820123c1cce7562.tar.bz2
sequelpro-31a6e2c7d4f6503a00d24a75c820123c1cce7562.zip
• Bundle command support
- fix issue for shortcut recorder for Asian language input - finished JavaScript support inside the HTML output window to run BASH system commands via "var returnValue = window.system.run(cmd)" whereby cmd is either a normal string or an array of the dimension of 2 (command, processID)
Diffstat (limited to 'Source/SPStringAdditions.m')
-rw-r--r--Source/SPStringAdditions.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPStringAdditions.m b/Source/SPStringAdditions.m
index 4b06a028..a3098750 100644
--- a/Source/SPStringAdditions.m
+++ b/Source/SPStringAdditions.m
@@ -462,7 +462,7 @@
NSMutableArray *scriptHeaderArguments = [NSMutableArray array];
NSString *scriptPath = @"";
- NSString *uuid = (contextInfo && [contextInfo objectForKey:SPBundleFileInternalexecutionUUID]) ? [contextInfo objectForKey:@"exeUUID"] : [NSString stringWithNewUUID];
+ NSString *uuid = (contextInfo && [contextInfo objectForKey:SPBundleFileInternalexecutionUUID]) ? [contextInfo objectForKey:SPBundleFileInternalexecutionUUID] : [NSString stringWithNewUUID];
NSString *stdoutFilePath = [NSString stringWithFormat:@"%@_%@", SPBundleTaskOutputFilePath, uuid];
NSString *scriptFilePath = [NSString stringWithFormat:@"%@_%@", SPBundleTaskScriptCommandFilePath, uuid];