diff scripts/.functions.sh @ 144:249ec634da33

DEP-12: rmove debugging echos
author smith@nwoca.org
date Mon, 10 Jul 2017 18:02:19 +0100
parents c029be781d13
children 018f62da1931
line wrap: on
line diff
--- a/scripts/.functions.sh	Wed Jul 05 22:12:06 2017 +0100
+++ b/scripts/.functions.sh	Mon Jul 10 18:02:19 2017 +0100
@@ -1,5 +1,4 @@
 #!/bin/bash
-
 getScriptDir() {
      SOURCE="${BASH_SOURCE[0]}"
      while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done