From: wbx Date: Wed, 4 May 2005 06:41:19 +0000 (+0000) Subject: shorter syntax X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=96f3c2a9368794c9aa7acb634b22d101106daf0c;p=openwrt.git shorter syntax git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@795 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up b/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up index c85862cef8..6cb950c8b1 100755 --- a/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up +++ b/package/ppp/ipkg/ppp-pppoe-plugin/etc/ppp/ip-up @@ -1,4 +1,2 @@ #!/bin/sh - -ntp_server=$(nvram get ntp_server) -/usr/sbin/rdate ${ntp_server} +/usr/sbin/rdate $(nvram get ntp_server)