Skip to content

Commit

Permalink
Remove end slash in ROOT (#9910)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzutao authored and radare committed Apr 17, 2018
1 parent ba024c9 commit 0767f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ ! -d "${HOME}" ]; then
exit 1
fi

ROOT="${HOME}/bin/prefix/radare2/"
ROOT="${HOME}/bin/prefix/radare2"
mkdir -p "${ROOT}/lib"

if [ "${M32}" = 1 ]; then
Expand Down

0 comments on commit 0767f40

Please sign in to comment.