=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== rhinote-0.7.4/debian/patches/Fix-flake8-warnings.patch-94- # enscript's -B option suppresses page headers. rhinote-0.7.4/debian/patches/Fix-flake8-warnings.patch:95: os.system('enscript -B --word-wrap $HOME/.Rhinoteprintfile > lpr &') rhinote-0.7.4/debian/patches/Fix-flake8-warnings.patch-96- ############################################## rhinote-0.7.4/debian/patches/Make-sure-external-commands-are-available.patch-31- # enscript's -B option suppresses page headers. rhinote-0.7.4/debian/patches/Make-sure-external-commands-are-available.patch:32:- os.system('enscript -B --word-wrap $HOME/.Rhinoteprintfile > lpr &') rhinote-0.7.4/debian/patches/Make-sure-external-commands-are-available.patch-33-+ os.system('%s -B --word-wrap %s > %s &' % (self.formatcommand, self.printfilename, self.printcommand)) ############################################## rhinote-0.7.4/debian/patches/Simplify-imports.patch-47- # enscript's -B option suppresses page headers. rhinote-0.7.4/debian/patches/Simplify-imports.patch:48:- system('enscript -B --word-wrap $HOME/.Rhinoteprintfile > lpr &') rhinote-0.7.4/debian/patches/Simplify-imports.patch:49:+ os.system('enscript -B --word-wrap $HOME/.Rhinoteprintfile > lpr &') rhinote-0.7.4/debian/patches/Simplify-imports.patch-50- ############################################## rhinote-0.7.4/.pc/Port-to-Python-3.patch/rhinote.py-88- # enscript's -B option suppresses page headers. rhinote-0.7.4/.pc/Port-to-Python-3.patch/rhinote.py:89: system('enscript -B --word-wrap $HOME/.Rhinoteprintfile > lpr &') rhinote-0.7.4/.pc/Port-to-Python-3.patch/rhinote.py-90- ############################################## rhinote-0.7.4/.pc/Simplify-imports.patch/rhinote.py-89- # enscript's -B option suppresses page headers. rhinote-0.7.4/.pc/Simplify-imports.patch/rhinote.py:90: system('enscript -B --word-wrap $HOME/.Rhinoteprintfile > lpr &') rhinote-0.7.4/.pc/Simplify-imports.patch/rhinote.py-91- ############################################## rhinote-0.7.4/.pc/Fix-flake8-warnings.patch/rhinote.py-88- # enscript's -B option suppresses page headers. rhinote-0.7.4/.pc/Fix-flake8-warnings.patch/rhinote.py:89: os.system('enscript -B --word-wrap $HOME/.Rhinoteprintfile > lpr &') rhinote-0.7.4/.pc/Fix-flake8-warnings.patch/rhinote.py-90- ############################################## rhinote-0.7.4/.pc/Make-sure-external-commands-are-available.patch/rhinote.py-90- # enscript's -B option suppresses page headers. rhinote-0.7.4/.pc/Make-sure-external-commands-are-available.patch/rhinote.py:91: os.system('enscript -B --word-wrap $HOME/.Rhinoteprintfile > lpr &') rhinote-0.7.4/.pc/Make-sure-external-commands-are-available.patch/rhinote.py-92-