harmonizing shebang for scripts
[feisty_meow.git] / scripts / core / create_tempdir.sh
index d1d28aaa8ba161819c89b161f0aad7d0e396f404..e9cda8b70809bea198ac878f90326f69de354622 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # create_tempdir:
 #
@@ -28,6 +28,7 @@ export TEMP=$TMP
 
 # Make sure no one else is playing around in the temporary directory.
 chmod 700 $TMP
+continue_on_error chmodding to secure temporary directory.
 
 if [ ! -z "$DEBUG_FEISTY_MEOW" ]; then echo done creating temporary directory....; fi