Changeset 16845 for extensions/gsdl-audio/trunk/lib
- Timestamp:
- 2008-08-15T22:34:06+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/gsdl-audio/trunk/lib/cascade-lib.bash
r16659 r16845 10 10 if [ $ext = ".tar.gz" ] ; then 11 11 tar_args="xvzf" 12 elif [ $ext = ".tgz z" ] ; then13 tar_args="xv jf"12 elif [ $ext = ".tgz" ] ; then 13 tar_args="xvzf" 14 14 elif [ $ext = ".tar.bz2" ] ; then 15 15 tar_args="xvjf"
Note:
See TracChangeset
for help on using the changeset viewer.