]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/Check-if-root.sh
run *everything* with bash (*not* with sh)
[creaToolsTools.git] / Linux / scripts / Check-if-root.sh
index 15cbbd2d8fcc7babf7cd6fa854961f7f148c2f17..f62f64bfb43faa785f7654765a46700b532493fe 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bassh -e
+#!/bin/bash -e
 
 if [ $UID != 0 ] 
 then