From a459eb1e4658b5075a1bac284742dbe6d3508083 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sat, 16 Dec 2017 10:03:35 +0530 Subject: [PATCH] Use /bin/sh instead of bash. #226. --- cmake/moose.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cmake/moose.in b/cmake/moose.in index b8137171..f6702e3e 100755 --- a/cmake/moose.in +++ b/cmake/moose.in @@ -1,5 +1,3 @@ -#!/usr/bin/env bash +#!/bin/sh sh -( - cd @CMAKE_INSTALL_PREFIX@/lib/moose/gui && python mgui.py & -) +cd @CMAKE_INSTALL_PREFIX@/lib/moose/gui && python mgui.py -- GitLab