mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
* Fix 'if' test. It worked, but for other reason as one would expect.
This commit is contained in:
parent
cfa14b9158
commit
346da7265e
@ -13,7 +13,7 @@ case $OPERATION in
|
||||
PROCEED=true
|
||||
;;
|
||||
esac
|
||||
if ( $PROCEED == true ) then
|
||||
if [ $PROCEED = true ]; then
|
||||
shift
|
||||
if [ ! -d $BASE_DIR/${DISTRIBUTION}_result ]
|
||||
then mkdir -p $BASE_DIR/${DISTRIBUTION}_result/
|
||||
|
Loading…
x
Reference in New Issue
Block a user