diff options
Diffstat (limited to 'winsup/utils/configure')
-rwxr-xr-x | winsup/utils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/configure b/winsup/utils/configure index b3ec82468..aeeb49192 100755 --- a/winsup/utils/configure +++ b/winsup/utils/configure @@ -951,7 +951,7 @@ if test "x$cross_compiling" = "xyes"; then fi fi -INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh` +INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh` # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or |