Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 8 → Rev 7

/trunk/Bash/obex_mount.sh
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:mime-type
## -1 +0,0 ##
-text/plain
\ No newline at end of property
Index: kde-icon.sh
===================================================================
--- kde-icon.sh (revision 8)
+++ kde-icon.sh (revision 7)
@@ -17,10 +17,10 @@
ICON=gentoo-start-icon.svg
RESOLUTION=(16x16 22x22 32x32 48x48 64x64 128x128 256x256)
URL="http://gentoo-art.org/CONTENT/content-files/117383-gentoo-start-icon.svg"
-WGET="/usr/bin/wget"
-MV="/bin/mv"
-CP="/bin/cp"
-RM="/bin/rm"
+WGET=`/usr/bin/wget`
+MV=`/bin/mv`
+CP=`/bin/cp`
+RM=`/bin/rm`
if [ "${1}" = "global" ]; then
PATH="/usr/share/icons/"