summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-06 22:14:37 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-06 22:14:37 +0000
commit2e59bc7c89858da0f1f14b28a3007e5dd59522a9 (patch)
tree160f20dca6a6a1c146d3f47cb6aafea536b6bde2 /cmake
parentf016e8c0a419d48e8e07b10ea538635c211723cb (diff)
downloadwireshark-2e59bc7c89858da0f1f14b28a3007e5dd59522a9.tar.gz
Use the correct syntax for the shell
svn path=/trunk/; revision=52425
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/UseMakeTapReg.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/UseMakeTapReg.cmake b/cmake/modules/UseMakeTapReg.cmake
index 488beac15c..49b5dbc1b9 100644
--- a/cmake/modules/UseMakeTapReg.cmake
+++ b/cmake/modules/UseMakeTapReg.cmake
@@ -6,7 +6,7 @@ MACRO(REGISTER_TAP_FILES _outputfile )
ADD_CUSTOM_COMMAND(
OUTPUT
${_outputfile}
- COMMAND ${SHELL}
+ COMMAND ${SH_EXECUTABLE} ${SH_FLAGS1} ${SH_FLAGS2}
${CMAKE_SOURCE_DIR}/tools/make-tapreg-dotc
${_outputfile}
${CMAKE_CURRENT_SOURCE_DIR}