SVN: PLDLiveInstaller/trunk/scripts/sfdisk_helper

shadzik shadzik at pld-linux.org
Thu Jan 20 17:21:57 CET 2011


Author: shadzik
Date: Thu Jan 20 17:21:56 2011
New Revision: 12067

Modified:
   PLDLiveInstaller/trunk/scripts/sfdisk_helper
Log:
- quotes suggested by glen


Modified: PLDLiveInstaller/trunk/scripts/sfdisk_helper
==============================================================================
--- PLDLiveInstaller/trunk/scripts/sfdisk_helper	(original)
+++ PLDLiveInstaller/trunk/scripts/sfdisk_helper	Thu Jan 20 17:21:56 2011
@@ -11,4 +11,4 @@
 device=$1
 scheme=$2
 
-sfdisk -qf -uM $device < $scheme
+sfdisk -qf -uM "$device" < "$scheme"


More information about the pld-cvs-commit mailing list