From c0d7ae291f5837d8a821d751840be16a04b59d6a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 1 Feb 2017 14:14:13 -0300 Subject: abuse-0.8-7.parabola1: bump to Arch's revision --- libre/abuse/abuse.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libre/abuse/abuse.sh') diff --git a/libre/abuse/abuse.sh b/libre/abuse/abuse.sh index 228bb6f7b..5ffdf9078 100644 --- a/libre/abuse/abuse.sh +++ b/libre/abuse/abuse.sh @@ -1,7 +1,6 @@ -#!/bin/sh - -# Use sane configuration files, unless they already exists +#!/bin/bash +# Copy over sane configuration files, unless they already exists if [ ! -d $HOME/.abuse ]; then mkdir -p $HOME/.abuse fi @@ -12,4 +11,5 @@ if [ ! -f $HOME/.abuse/gamma.lsp ]; then cp /usr/share/abuse/default.gamma.lsp $HOME/.abuse/gamma.lsp fi -exec /usr/bin/abuse.elf +# Run abuse +exec /usr/bin/abuse.elf "$@" -- cgit v1.2.3