diff options
Diffstat (limited to 'SOURCE/CORE/core-remove.sh')
| -rw-r--r-- | SOURCE/CORE/core-remove.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCE/CORE/core-remove.sh b/SOURCE/CORE/core-remove.sh index 0111d0f..7bbf8c4 100644 --- a/SOURCE/CORE/core-remove.sh +++ b/SOURCE/CORE/core-remove.sh @@ -1,4 +1,4 @@ -function rmnote() { +rmnote() { # remove eventually existing temp DB file if [[ -f $TMPDB ]]; then rm $TMPDB |
