diff options
author | rhp <rhp> | 2001-07-27 04:36:44 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-07-27 04:36:44 +0000 |
commit | b88cece21339d0f1b8a1e7b06d1de59ac29e31e0 (patch) | |
tree | 9d74c3282982bed63b5cf0035208a58e8ca10e71 /src/run-metacity.sh | |
parent | b6d07e70a409ffc9d2cbb4b0525571b1fb7c0df0 (diff) | |
download | metacity-b88cece21339d0f1b8a1e7b06d1de59ac29e31e0.tar.gz metacity-b88cece21339d0f1b8a1e7b06d1de59ac29e31e0.tar.bz2 |
...
Diffstat (limited to 'src/run-metacity.sh')
-rwxr-xr-x | src/run-metacity.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run-metacity.sh b/src/run-metacity.sh index a1aa050..0919c94 100755 --- a/src/run-metacity.sh +++ b/src/run-metacity.sh @@ -40,5 +40,5 @@ if test -z "$ONLY_WM"; then fi if test -z "$ONLY_SETUP"; then - METACITY_UISLAVE_DIR=./uislave METACITY_DISPLAY=:1 exec unst libtool --mode=execute $DEBUG ./metacity $OPTIONS + METACITY_DISPLAY=:1 exec unst libtool --mode=execute $DEBUG ./metacity $OPTIONS fi |