Changeset 77f1ae for util


Ignore:
Timestamp:
Apr 23, 2008, 1:57:48 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
d52fb5
Parents:
4f1369
Message:

exit statement missing if command line options were missing

"exit 1" added to if then else statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • util/config2xyz.sh

    r4f1369 r77f1ae  
    55if [ -z "$1" ]; then
    66        echo "Usage: $0 <config> [output.xyz]"
     7        exit 1
    78else
    89        config=$1
Note: See TracChangeset for help on using the changeset viewer.