diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-06-20 00:17:02 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-06-20 00:17:02 +0000 |
| commit | d4fc584014c27ddc20b47759829caa9715fb50de (patch) | |
| tree | a24fe8bf38bc5d306d9556f6163be3c78f379389 /packaging/macosx/Resources/script | |
| parent | Correctly write Aleksandar Urosevic's name. Closes 1353260. (diff) | |
| download | inkscape-d4fc584014c27ddc20b47759829caa9715fb50de.tar.gz inkscape-d4fc584014c27ddc20b47759829caa9715fb50de.zip | |
* packaging/macosx/Resources/script,
packaging/macosx/Resources/bin/inkscape:
Improve quoting of shell variables.
* packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
Xcode 2 project file for the OS X launcher. This will build a
Universal version of the launcher by default. The project files for
different versions are named differently, so this will be picked up and
used if the package builder has a sufficiently new version of Xcode.
* packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
Remove unnecessary user preference files.
* Makefile.am:
Update the Xcode project files included when creating releases.
(bzr r1239)
Diffstat (limited to 'packaging/macosx/Resources/script')
| -rwxr-xr-x | packaging/macosx/Resources/script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script index fb67e950c..a343227c9 100755 --- a/packaging/macosx/Resources/script +++ b/packaging/macosx/Resources/script @@ -20,7 +20,7 @@ echo ":0" > /tmp/display.$UID while [ "$?" == "0" -a ! -f /tmp/display.$UID ]; do sleep 1 done -export "DISPLAY=`cat /tmp/display.$UID`" +export DISPLAY="`cat /tmp/display.$UID`" ps -wx -ocommand | grep -e '[X]11' > /dev/null || exit 11 |
