]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/ppp/dialer
Remove the function keyword which is a bashism
[people/stevee/network.git] / src / ppp / dialer
index 640ad74bccb73ce9a86743418c6243885ccf281c..5d8be0c3bf4785350ae9237c100365725081fdd8 100644 (file)
@@ -62,7 +62,7 @@ commandline="${commandline} -f ${file}"
 
 # Helper function to write beatiful lines to
 # the chat scripts.
-function println() {
+println() {
        printf "%-30s %s\n" "$@" >> ${file}
 }