summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/norbert/postunix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/norbert/postunix.sh')
-rwxr-xr-xMaster/texmf-dist/scripts/norbert/postunix.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/norbert/postunix.sh b/Master/texmf-dist/scripts/norbert/postunix.sh
index e849976500a..67678b22502 100755
--- a/Master/texmf-dist/scripts/norbert/postunix.sh
+++ b/Master/texmf-dist/scripts/norbert/postunix.sh
@@ -1,6 +1,9 @@
#!/bin/sh
-echo "Running post action for norbert: $*"
+how="$1"
+texdir="$2"
+
+echo "Running post action for norbert: how=$1, texdir=$2"
exit 0