summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-05-05 08:40:50 +0000
committerNorbert Preining <preining@logic.at>2009-05-05 08:40:50 +0000
commite22ad5b19c15e26d07bf537c611fb72885525e1f (patch)
tree68c3f3e0e9c314aa61fb0882935205c15ae98f38
parent350d02c562cc18435ef0c3b941ccbad880281239 (diff)
update testscript for new parameter layout
git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@12931 c570f23f-e606-0410-a88d-b1316a301751
-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