summaryrefslogtreecommitdiff
path: root/légal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'légal.sh')
-rw-r--r--légal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/légal.sh b/légal.sh
index e5afdf4..f2c6a53 100644
--- a/légal.sh
+++ b/légal.sh
@@ -1,7 +1,7 @@
add-legal ()
{
sed -i \
- -e /'{LEGAL}'/'r '<(pandoc légal.md) \
+ -e /'{LEGAL}'/'r '<(${pandoc} légal.md) \
-e /'{LEGAL}'/'c\' \
$1
}