Run shellcheck on script files
[geeqie.git] / scripts / new-release.sh
index ef48f41..0faee50 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 ## @file
 ## @brief Create a new release
 ## It is expected that the first line of NEWS is in the form "Geeqie \<a.b[.d]\>
 ##
 
-error_handler ()
-{
-       echo "Error on line: $1"
-       exit 1
-}
-trap 'error_handler ${LINENO}' ERR
-
-
 version=
 start=
 patch=