[Debian-live-changes] r1127 - configs/daniel/config/chroot_localincludes/usr/local/bin

Daniel Baumann daniel at alioth.debian.org
Sun Apr 22 17:04:55 UTC 2007


Author: daniel
Date: 2007-04-22 17:04:55 +0000 (Sun, 22 Apr 2007)
New Revision: 1127

Modified:
   configs/daniel/config/chroot_localincludes/usr/local/bin/cpufreqs
Log:


Modified: configs/daniel/config/chroot_localincludes/usr/local/bin/cpufreqs
===================================================================
--- configs/daniel/config/chroot_localincludes/usr/local/bin/cpufreqs	2007-04-22 09:32:56 UTC (rev 1126)
+++ configs/daniel/config/chroot_localincludes/usr/local/bin/cpufreqs	2007-04-22 17:04:55 UTC (rev 1127)
@@ -8,7 +8,7 @@
 set -e
 
 # Show help
-if [ "${1}" = "-h" ] || [ "${1}" = "--help}" ] || [ -n "${1}" ]
+if [ "${1}" = "-h" ] || [ "${1}" = "--help}" ] || [ -z "${1}" ]
 then
 	echo "cpufreqs.sh - Setting cpu frequencies"
 	echo




More information about the Debian-live-changes mailing list