diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-05-07 02:15:32 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-05-07 02:15:32 +0000 |
commit | a28ed7d5531d147970900084adbac3a6d7084605 (patch) | |
tree | f7c0fb9bc3d92680b95acaf82fbc602fb4b27a0b /Build | |
parent | 20a522dc438c3e81a92d2c8a50490eb7e0e7cf8b (diff) |
-#! /usr/bin/sh
+#!/bin/sh
git-svn-id: svn://tug.org/texlive/trunk@7906 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/texlive/wordcount.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/texlive/wordcount.sh b/Build/source/texk/texlive/wordcount.sh index 95a89023f9e..91252791a53 100644 --- a/Build/source/texk/texlive/wordcount.sh +++ b/Build/source/texk/texlive/wordcount.sh @@ -1,4 +1,4 @@ -#! /usr/bin/sh +#!/bin/sh # wordcount.sh 1.2 Copyright 2000/02/21 Michael John Downes # This script has no restrictions on its use, distribution, or sale. # |