Skip to content

Commit

Permalink
install_z3_rhel_x86_64.sh: fix bash bug (#860)
Browse files Browse the repository at this point in the history
* install_z3_rhel_x86_64.sh: fix bash bug
  • Loading branch information
dhalperi committed Jan 17, 2018
1 parent f3e6136 commit 9825d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_z3_rhel_x86_64.sh
Expand Up @@ -33,7 +33,7 @@ cd build
NUMJOBS="$(grep -i processor /proc/cpuinfo | wc -l)"
make -j"${NUMJOBS}"
make install
umask "{$OLD_UMASK}"
umask "${OLD_UMASK}"
cd "${OLD_PWD}"
rm -rf "${WORKING}"

0 comments on commit 9825d35

Please sign in to comment.