Commit 5d0e34e3 authored by Julius Plenz's avatar Julius Plenz

Remove erroneous code duplication

parent 3bf34186
......@@ -9,9 +9,4 @@ if [ "$1" = "-n" ]; then
shift 2
fi
if [ "$1" = "-n" ]; then
export NOCACHE_NR_FADVISE="$2"
shift 2
fi
exec "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment