STARTTIME=`date +%s`
egrep -i "Debian|Ubuntu" /etc/issue
-if [ \$? = 0 ]; then
+if [ $? = 0 ]; then
INSTALLCMD="apt-get install -q --yes"
INSTALLPKGS="lintian"
else
}
egrep -i "Debian|Ubuntu" /etc/issue
-if [ \$? = 0 ]; then
+if [ $? = 0 ]; then
INSTALLCMD="apt-get install -q --yes"
INSTALLPKGS="lintian"
else
STARTTIME=`date +%s`
egrep -i "Debian|Ubuntu" /etc/issue
-if [ \$? = 0 ]; then
+if [ $? = 0 ]; then
INSTALLCMD="apt-get install -q --yes"
INSTALLPKGS="lintian"
else