0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Forgot to quote the path parameter to wakeonlan

This commit is contained in:
Paul Gideon Dann 2011-09-19 12:45:34 +01:00
parent 14411cb904
commit aa7ddd51cc

View file

@ -10,7 +10,7 @@ function wake() {
return 1
fi
wakeonlan -f $config_file
wakeonlan -f "$config_file"
}
if (( $+functions[compdef] )); then