diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-11-24 18:33:12 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-11-24 18:33:12 +0000 |
commit | 3684f6cc35bb7b7025957d930b38493e346f2b5e (patch) | |
tree | 692eb811a8fe855c4fc156b401e227bd03ee8e24 /pdf-fixups.sh | |
parent | 6708e6ace1dcc58065332e83219d043be1151c48 (diff) |
Remove verbose
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'pdf-fixups.sh')
-rwxr-xr-x | pdf-fixups.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-fixups.sh b/pdf-fixups.sh index 4d319457c..329a423d1 100755 --- a/pdf-fixups.sh +++ b/pdf-fixups.sh @@ -1,4 +1,4 @@ -#!/bin/bash --verbose +#!/bin/bash if [ $# -lt 1 ] ; then echo "This script needs the location of the fo file to update" |