aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-sm-filejoiner
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-03-02 02:56:33 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-03-02 02:56:33 +0200
commit70495ffed262f268e2b8dc90617164b175341a78 (patch)
tree0a0dacc0b6da1ca781f38c2bd3855d433c15486e /bin/ak-sm-filejoiner
parentb11434ed1255f3c6a967be093e6e193780bc7ed5 (diff)
downloadarching-kaos-tools-70495ffed262f268e2b8dc90617164b175341a78.tar.gz
arching-kaos-tools-70495ffed262f268e2b8dc90617164b175341a78.tar.bz2
arching-kaos-tools-70495ffed262f268e2b8dc90617164b175341a78.zip
Spacings adjustment
Diffstat (limited to 'bin/ak-sm-filejoiner')
-rwxr-xr-xbin/ak-sm-filejoiner4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ak-sm-filejoiner b/bin/ak-sm-filejoiner
index 6850104..69b1297 100755
--- a/bin/ak-sm-filejoiner
+++ b/bin/ak-sm-filejoiner
@@ -39,8 +39,6 @@ then
exit 1
fi
-
-
if [ ! -z $1 ]
then
MAPSFILE="$1"
@@ -63,7 +61,7 @@ then
cd $TMPWD
echo "$PWD"
-
+
# Final name we are going to rename to
OUTPUT="$(tail -n1 $MAPSDIR/$MAPSFILE | awk '{print $2}')"