From f5d999efafe07c6f1d375f1ce224fd7c663da5b6 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 6 Dec 2012 18:54:36 +0000 Subject: [PATCH] Change su-to-zenmap.sh from bash to sh script --- zenmap/install_scripts/unix/su-to-zenmap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenmap/install_scripts/unix/su-to-zenmap.sh b/zenmap/install_scripts/unix/su-to-zenmap.sh index 01adf0679..682d90307 100755 --- a/zenmap/install_scripts/unix/su-to-zenmap.sh +++ b/zenmap/install_scripts/unix/su-to-zenmap.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh #this code is bassed off of the debian su-to-root command #Joost Witteveen #Morten Brix Pedersen