Skip to content

Commit

Permalink
Refs #4768. Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Feb 8, 2012
1 parent b192c5d commit 8bf7186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/CMake/LinuxSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ file ( WRITE ${CMAKE_CURRENT_BINARY_DIR}/rpm_remove_empty_install.sh "#!/bin/sh\
" rmdir --ignore-fail-on-non-empty -p $RPM_INSTALL_PREFIX0\n"
"else\n"
" echo Install prefix does not contain the word mantid. Empty directories NOT removed.\n"
" exit(1)\n"
" exit 1\n"
"fi\n"
)

Expand Down

0 comments on commit 8bf7186

Please sign in to comment.