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" _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
