aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Oberkirch2013-07-06 03:36:07 +0200
committerMilan Oberkirch2013-07-06 03:36:07 +0200
commit43b77752743040795fb99af5e2e7a3c7038624cf (patch)
tree783cf8eb760128c8eac5d9be0320ab81de2a2d5a
parentad78f672013e4a927176ed42cc8685bccade42e2 (diff)
downloadaur-43b77752743040795fb99af5e2e7a3c7038624cf.tar.gz
Typing error.
-rwxr-xr-xpdf-decrypt.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-decrypt.bash b/pdf-decrypt.bash
index 999d9698d561..da78845bbb80 100755
--- a/pdf-decrypt.bash
+++ b/pdf-decrypt.bash
@@ -44,6 +44,6 @@ function pdf-decrypt() {
xdg-open "$file"
}
-if [[ $0 == *${__NAME__}.bash ]]; then
+if [[ $0 == *${__NAME__}* ]]; then
$__NAME__ "$@"
fi