cnplab / xennet

Xen optimizations for fast packet I/O
Other
11 stars 7 forks source link

Makefile: misc fix for changing across directories in get-drivers #2

Closed hwanju closed 10 years ago

hwanju commented 10 years ago

For dash, it's fine to return back to OLDPWD out of scope, but for bash, OLDPWD seems to be lost outside parenthesis.

jpemartins commented 10 years ago

Some other people reported that issue as well, in which the solution is either this patch of simply remove the "cd -". Thanks once again!