diff options
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 abd08f3..4f527ca 100755 --- a/src/run-metacity.sh +++ b/src/run-metacity.sh @@ -29,5 +29,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 + METACITY_UISLAVE_DIR=./uislave METACITY_DISPLAY=:1 exec unst libtool --mode=execute $DEBUG ./metacity $OPTIONS fi |