Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 7 → Rev 6

/trunk/Bash/mysql_backup.sh
File deleted
\ No newline at end of file
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 7)
+++ kde-icon.sh (revision 6)
@@ -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/"