remove useless reference to args[0]

git-svn-id: file:///home/svn/framework3/trunk@5835 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2008-11-04 06:57:26 +00:00
parent 0193cd5219
commit c46eb3c628
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#
# Get the target process name
target = args[0] || "lsass.exe"
target = "lsass.exe"
print_status("Migrating to #{target}...")