Skip to content

Commit

Permalink
- fix a bug when wrapper passing params with "\ "
Browse files Browse the repository at this point in the history
- bump head comment date
  • Loading branch information
hwding committed Aug 27, 2017
1 parent d88d488 commit 1615901
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions script/unstamp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#AUTH hwding
#DATE AUG/25/2017
#DATE AUG/27/2017
#DESC a wrapper to run pdf-unstamper

java -jar pdf-unstamper.jar $@
java -jar pdf-unstamper.jar "$@"
2 changes: 1 addition & 1 deletion src/com/amastigote/unstamper/Main.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
AUTH | hwding
DATE | Aug 22 2017
DATE | Aug 27 2017
DESC | text stamp remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
Expand Down
2 changes: 1 addition & 1 deletion src/com/amastigote/unstamper/core/Processor.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
AUTH | hwding
DATE | Aug 25 2017
DATE | Aug 27 2017
DESC | text stamp remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
Expand Down
2 changes: 1 addition & 1 deletion src/com/amastigote/unstamper/log/GeneralLogger.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
AUTH | hwding
DATE | Aug 25 2017
DATE | Aug 27 2017
DESC | text stamp remover for PDF files
MAIL | [email protected]
GITH | github.com/hwding
Expand Down

0 comments on commit 1615901

Please sign in to comment.