Skip to content

Commit

Permalink
• changed scope to “source”
Browse files Browse the repository at this point in the history
• added stdin/out redirection of play command so it woun't stall the script


git-svn-id: http://svn.textmate.org/trunk/Bundles/Source.tmbundle@1060 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed May 23, 2005
1 parent 4f04f89 commit 1d7a1e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Commands/Build.plist
Expand Up @@ -67,7 +67,7 @@ xcodebuild ${PROJECT_FILE:+-project "$PROJECT_FILE"} $BUILD_STYLE 2>&1| r
<key>output</key>
<string>showAsHTML</string>
<key>scope</key>
<string>source.c, source.objc</string>
<string>source</string>
<key>uuid</key>
<string>9656317E-73EB-11D9-9848-000D93589AF6</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion bin/format_build.rb
Expand Up @@ -427,7 +427,7 @@ def build_noise( line )
end

def play_sound(sound)
%x{cd "#{$support}"; bin/play Sounds/#{sound} &}
%x{cd "#{$support}"; bin/play Sounds/#{sound} &>/dev/null &}
end

def target_name(name, style = nil)
Expand Down
1 change: 1 addition & 0 deletions info.plist
Expand Up @@ -6,6 +6,7 @@
<string>Source</string>
<key>ordering</key>
<array>
<string>9656317E-73EB-11D9-9848-000D93589AF6</string>
<string>3DBAEC85-7D09-11D9-A1F6-000D93B6E43C</string>
<string>88FEF123-77CA-11D9-AC33-000D93B6E43C</string>
<string>73EAE95D-A09C-4FC2-B4E3-42505678B57E</string>
Expand Down

0 comments on commit 1d7a1e6

Please sign in to comment.