diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2012-05-02 08:06:32 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2012-05-02 08:06:32 -0700 |
commit | 588f3d7f11c87965d3d19a9c8a587b329d7d20be (patch) | |
tree | 390a6a6d145d2ef4c08b95c23741a9797b4338e1 /install-from-cwd.c | |
parent | 66b1c9fff6c37fbadaa201bb96e24ba6f47b077d (diff) |
302.07302.07
Diffstat (limited to 'install-from-cwd.c')
-rw-r--r-- | install-from-cwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-from-cwd.c b/install-from-cwd.c index 671a5da..5fd8159 100644 --- a/install-from-cwd.c +++ b/install-from-cwd.c @@ -276,7 +276,7 @@ int install_from_cwd(Options *op) "file will be backed up."); if (ret) { - ret = run_nvidia_xconfig(op); + ret = run_nvidia_xconfig(op, FALSE); } if (ret) { |