Skip to content
Snippets Groups Projects
Commit bc0ce9c0 authored by Anh's avatar Anh
Browse files

Forget shift in case/esac

Former-commit-id: acbae0984b1dfb0cd304b221edc1da18813fc764
parent 91251853
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,10 @@ case $key in
--structured_heap)
seq="$2"
shift
shift
;;
*)
shift;
shift
;;
esac
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment