diff options
Diffstat (limited to 'move/make_live')
-rwxr-xr-x | move/make_live | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/move/make_live b/move/make_live index d959179a6..500014d82 100755 --- a/move/make_live +++ b/move/make_live @@ -104,7 +104,6 @@ sub config_X_proprietary_drivers { substInFile { $_ = '' if /^nvidia$/ } "$::prefix/etc/modules"; } -my $cwd = chomp_(`pwd`); $::prefix = $ARGV[0] || '/tmp/live_tree'; print "Making live in $::prefix directory.\n"; |