summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2009-02-04 02:21:04 +0000
committerChristian Goetze <cg@lindenlab.com>2009-02-04 02:21:04 +0000
commit8bea10f3e58a3e9203cf5f6ab837fbaa93e81a9e (patch)
tree6abdc915a3ddf5d9b3c5f467716cb56f2dcb555f /indra/newview
parent656b2c7618231f79760d4a7fbf3a1dd09c7feaa6 (diff)
Add comment to explain why the "pass" was inserted
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index ebb8ab2c53..b80bcd27e4 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -630,7 +630,7 @@ class Linux_i686Manifest(LinuxManifest):
'../llkdu/libllkdu.so',
'../../libraries/i686-linux/lib_release_client/libllkdu.so'),
dst='bin/libllkdu.so')
- pass
+ pass # keep this one to preserve syntax, open source mangling removes previous lines
except:
print "Skipping libllkdu.so - not found"