Skip to content

Commit

Permalink
Changed script wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed May 29, 2012
1 parent 211cc33 commit a827a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
4 changes: 2 additions & 2 deletions demo/admin_layer.fsh
Expand Up @@ -28,8 +28,8 @@ if ( SHELL.promptBoolean("Apply manual functional changes described in tutorial?
git apply --ignore-whitespace --ignore-space-change admin_layer_functional.patch;
}

if ( SHELL.promptBoolean("Apply manual visual changes described in tutorial?") ) {
echo Applying manual changes described in tutorial based on admin_layer_graphics.patch;
if ( SHELL.promptBoolean("Apply manual visual changes?") ) {
echo Applying manual visual changes based on admin_layer_graphics.patch;
git apply --ignore-whitespace --ignore-space-change admin_layer_graphics.patch;
}

Expand Down
63 changes: 0 additions & 63 deletions demo/admin_layer.patch

This file was deleted.

0 comments on commit a827a80

Please sign in to comment.