Skip to content

Commit 80c7687

Browse files
0xcedrentzsch
authored andcommitted
Quote pathnames in script
Signed-off-by: Jonathan 'Wolf' Rentzsch <[email protected]>
1 parent 37db4af commit 80c7687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package/postflight.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
rm -R $HOME/Library/Internet\ Plug-Ins/ClickToFlash.plugin
4-
mv /tmp/ClickToFlash.plugin $HOME/Library/Internet\ Plug-Ins/
3+
rm -rf "$HOME/Library/Internet Plug-Ins/ClickToFlash.plugin"
4+
mv /tmp/ClickToFlash.plugin "$HOME/Library/Internet Plug-Ins/"
55
pkgutil --forget com.github.rentzsch.clicktoflash.pkg
66

77
exit 0

0 commit comments

Comments
 (0)