source: projects/rpminstall/trunk/apt.sh @ 171

Revision 171, 203 bytes checked in by kazutaka, 15 years ago (diff)

rpminstall をインポート

  • Property svn:executable set to *
Line 
1#!/bin/sh
2## This runs apt-get command and display return value.
3## Because gksu doesn't pass return value of executed command.
4
5   eval apt-get install --quiet $@
6   echo "RETURN_VALUE_OF_CHILD:"$?
7   
Note: See TracBrowser for help on using the repository browser.