diff options
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 239090141..44fe56370 100755 --- a/pdf-fixups.sh +++ b/pdf-fixups.sh @@ -1,6 +1,6 @@ #!/bin/bash -if [ $# -lt 1 ] ; then +if [ $# -lt 1 ] ; then echo "This script needs the location of the fo file to update" exit 1 fi |