1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-05-02 07:13:18 +02:00

2 Commits

Author SHA1 Message Date
Michael Weimann fdb8e1924a Add recursive flag to the less file watcher 2019-03-31 18:09:56 +02:00
Michael Weimann f556ac87f3 Add a docker dev setup 2019-03-24 17:56:31 +01:00
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
########################################################################
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
########################################################################
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
########################################################################
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
########################################################################
+3 -3
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
########################################################################
# Copyright (C) 2016 Max Mehl <max.mehl@fsfe.org>
########################################################################
@@ -159,8 +159,8 @@ for ((i=1; i <= $numargs; i++)); do
$LOC_trunk/build/build_main.sh process_file $SRC_full > $DST_full
else # just copy file
echo_INFO "File type ($ftype) is detected as not to be built. Just linking it to $DST_full ..."
ln -sf $SRC_full $DST_full
echo_INFO "File type ($ftype) is detected as not to be built. Just copying it to $DST_full ..."
cp $SRC_full $DST_full
fi
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
########################################################################
# Copyright (C) 2019 Michael Weimann <mweimann@fsfe.org>
########################################################################